Skip to content

Latest commit

 

History

History
85 lines (49 loc) · 3.49 KB

tournament_edition.md

File metadata and controls

85 lines (49 loc) · 3.49 KB

GNT4 Tournament Edition

On July 24th, 2021, a unique version of Naruto GNT4 was uploaded to redump.org. It was purchased from an Ebay listing and has been referred to as Naruto: Gekitou Ninja Taisen! 4 Rev 1. It is believed to have been a disc only printed for use in GNT4 tournaments.

Differences

The only files changed were:

  • chr/kis/0000.seq
  • chr/nar/0000.seq
  • chr/sa2/0000.seq
  • maki/char_sel.seq
  • maki/charsel4.seq
  • maki/m_title.seq
  • bi2.bin
  • boot.bin
  • fst.bin

Character Changes

Kisame, Naruto, and CS2 Sasuke were changed. Kisame and Naruto only had their combo lists changed, and were changed in a way that the display for them broke.

ZTK Combo Changes

Kisame Combo Changes

Please note that only the combo lists were changed, not the actual combos. Therefore no actual gameplay changes were made to Kisame and Naruto.

CS2 Sasuke does have a gameplay change, and it is the only change made to his SEQ file:

CS2 Sasuke Fireball Clash

Notably, two CS2 Sasuke's that use 2X against each other will not cause the fireballs to clash. This is a known glitch in the game that drastically slows the speed of the game down when performed. Now the fireballs will pass through each other.

You can see the SEQ code change for this below:

CS2 Sasuke Code Change

Menu Changes

char_sel.seq had a new function added to it at offset 0x9EC.

Before

char_sel.seq before

After

char_sel.seq after

How to Play

The easiest way to play the tournament edition is to patch your ripped copy of GNT4. Right click on your GNT4 ISO in Dolphin and select Properties. Go to the Verify tab and hit the button Verify Integrity.

If the results look like this:

Good Dump

Download this patch: te.xdelta

If the results look like this:

Bad Dump

Download this patch: te.xdelta

If your results do not look like either of the above two images, you will need to rerip your GNT4 disc.

Once you have the patch, you will need to patch it using xdelta3. Assuming your GNT4 ISO is named GNT4.iso and the patch is in the same directory as the ISO, you can patch it with the command:

xdelta3.exe -d -s GNT4.iso te.xdelta GNT4_TE.iso

This will output the tournament edition of GNT4 to the file GNT4_TE.iso.

Images of the TE Disc

TE Disc Picture 1

TE Disc Picture 2