Released By | Leet Sketcher |
---|---|
Category | Bug Fix |
Platform | SNES |
Patching Information | Header (SNES) |
Genre | Role Playing |
Mods | Other |
Patch Version | 1.0 |
Hack Release Date | 18 August 2015 |
Readme | Readme File |
Downloads | 238 |
Last Modified | 01 December 2015 |
Description:
This patch fixes a game-breaking bug that is triggered when the player dies 52 times in a row on the world map. The reason for this is that the Game Over event script calls an event that causes the player to exit the current location, which is the blank map for the Game Over screen; this script is the only script that calls the event. However, a side effect of this exit event is that the subsequent event, a return statement, never gets called.
The game uses an event pointer stack to handle event scripts that call each other as subroutines; when a script is called, the stack increases in size, and when a script ends, the stack decreases in size. Since the return statement at the end of the Game Over script does not get called, the stack does not decrease in size, meaning that a significant number of consecutive Game Overs will cause an overflow that will crash the game or worse. This only applies as long as the player is on the world map, as any entrance to an important location will cause the stack to regulate. This patch ensures that the exit event also regulates the stack.
ROM / ISO Information:
- Final Fantasy III (USA)
- CRC32: E969BD77
- MD5: A684517EBD29308C2E3B55D371E15245
- SHA-1: 23422176191B371F01AE3A7CFE7455A2022F8EE8
- SHA-256: 6F6911ED4A0E9844770035A3C39157F8C3929C321D5AFACBAFDA39C835B44374
- Includes patches for headered and non-headered ROMs
- Includes patches for SNES and SFC ROMs
Links:
Screenshots:
Credits:
Contributor | Type of contribution | Listed credit |
---|---|---|
Leet Sketcher | Hacking | Author |