If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
EarthBound Beginnings/Anti-Piracy: Difference between revisions
Jump to navigation
Jump to search
(Added page.) |
m (Hawk moved page EarthBound Zero/Anti-Piracy to EarthBound Beginnings/Anti-Piracy) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{subpage|game=EarthBound Zero:ROM map}} | |||
The '''Anti-Piracy''' coding for Eartbound Zero. | The '''Anti-Piracy''' coding for Eartbound Zero. | ||
Line 5: | Line 7: | ||
At certain points in the Earthbound Zero, the game will look at the ROM's checksum to see if it has been altered. If it has, then the game may activate an anti-piracy screen at any of the following points: | At certain points in the Earthbound Zero, the game will look at the ROM's checksum to see if it has been altered. If it has, then the game may activate an anti-piracy screen at any of the following points: | ||
* Reaching the | * Reaching the title screen. | ||
* Teleporting to Magicant. | * Teleporting to Magicant. | ||
* Checking the XX Stone. | * Checking the XX Stone. | ||
Line 19: | Line 21: | ||
* $3286A: Change “D0-11” to “EA-EA” | * $3286A: Change “D0-11” to “EA-EA” | ||
* $32872: Change “D0-09” to “EA-EA” | * $32872: Change “D0-09” to “EA-EA” | ||
=Notes= | |||
Big thanks to [http://www.romhacking.net/forum/index.php?action=profile;u=305 Dr. Floppy] for discovering this information. |
Latest revision as of 12:15, 26 January 2024
This is a sub-page of EarthBound Beginnings.
The Anti-Piracy coding for Eartbound Zero.
Locations
At certain points in the Earthbound Zero, the game will look at the ROM's checksum to see if it has been altered. If it has, then the game may activate an anti-piracy screen at any of the following points:
- Reaching the title screen.
- Teleporting to Magicant.
- Checking the XX Stone.
- Before the "All That I Needed Was You" performance in the Live House.
- Before the "Fallin' Love" dance scene in Mt. Itoi's cabin.
Disabling
In order to disable all of Earthbound Zero's anti-piracy screens, change the following bytes in the ROM:
- $3247D: Change “D0-11” to “EA-EA”
- $32485: Change “D0-09” to “EA-EA”
- $3286A: Change “D0-11” to “EA-EA”
- $32872: Change “D0-09” to “EA-EA”
Notes
Big thanks to Dr. Floppy for discovering this information.