Nintendo World Cup: Tournament Field Select is a patch for the Nintendo Entertainment System game Nintendo World Cup. This modification allows players to select the field type prior to each match in Tournament Mode, a feature originally available only in VS Match Mode. The field select screen appears after the team selection and following each match's final score, except for the last match.
This hack allows the player to choose the field type before each match in Tournament Mode of Nintendo World Cup. The original game only allows you to do this in VS Match Mode, and then the field type persists through the tournament if you play a tournament after a versus match. With this hack, the field select screen appears after the team select screen when you start a tournament and after the screen showing the final score of each match except the final. The behavior in VS Match Mode is unchanged.
+---------------------------------------------+
| Nintendo World Cup: Tournament Field Select |
+---------------------------------------------+
Author: Dacicus
Version: 1.00
-= CONTENTS =-
In addition to this Readme.txt file, you should have received a file called
NWCField.ips with the following properties:
-= DESCRIPTION =-
This hack allows the player to choose the field type before each match in
Tournament Mode of Nintendo World Cup. The original game only allows you to do
this in VS Match Mode, and then the field type persists through the tournament
if you play a tournament after a versus match. With this hack, the field
select screen appears after the team select screen when you start a tournament
and after the screen showing the final score of each match except the final.
The behavior in VS Match Mode is unchanged. This hack is compatible with my
All-Team Versus Version and Pause Fix hacks. The assembly code changes are
explained below.
-= PATCHING =-
This hack is in IPS format. The patch should be applied to the U.S. version of
the Nintendo World Cup ROM:
GoodNES 3.14: Nintendo World Cup (U) [!].nes
Size: 262,160 bytes
MD5: fc0cd7c1b00d73d18e1f8af142c98fb8
SHA1: 75a2abb0d34be656ee98a9417f85a90ea4a2cbf8
Patching Example:
- Get Lunar IPS from http://www.romhacking.net/utils/240/ and extract it to a
directory of your choice
- Start the Lunar IPS program
- Click "Apply IPS Patch"
- Navigate to the NWCField.ips file and open it
- Navigate to a copy of the Nintendo World Cup ROM and open it
- You should get a message box saying that the file was successfully patched
After patching, the file should have the following properties:
-= ASSEMBLY =-
The game mode (tournament or versus match) is stored in RAM at $00E7. The
most significant bit is 0 in Tournament Mode and 1 in VS Match Mode. The
game checks the status of this bit to determine whether or not to load the
field select screen:
$E7A5:A5 E7 LDA $00E7 ; Accumulator has info about game mode selected
$E7A7:30 01 BMI $E7AA ; Go to field select screen if VS Match Mode
This hack changes it to:
$E7A5:A5 E7 LDA $00E7
$E7A7:D0 01 BNE $E7AA ; Go to field select screen in either mode
This works because $00E7 is not zero in either mode.
Country: USA
Nintendo World Cup (U) [!].nes (GoodNES 3.14)
Nintendo World Cup (USA) (No-Intro version 20130731-235630)
Nintendo World Cup: Nintendo World Cup: Tournament Field Select Game Wiki
Experience Nintendo World Cup: Nintendo World Cup: Tournament Field Select Game (USA) online wiki exclusivly at RetroSpot.net. View Nintendo World Cup: Nintendo World Cup: Tournament Field Select and use it with an core of your choice. Nintendo World Cup: Nintendo World Cup: Tournament Field Select is compatible with PC, Mac, iOS and Android. RetroSpot is USA #1 choice for Retro Game information for games like Nintendo World Cup: Nintendo World Cup: Tournament Field Select.