Originally posted by Stevoisiak
Here are a few you may like
Warp doors don't work
8133B18E 00AA
Warp Doors close quickly
8133B174 FFFF
Jump 3x Higher (Must reset ROM)
8125273E 3FFF
I also had a code that made the game crash if you went to the castle grounds the game froze. I deleted the code though. Would you like me to locate the code again? Also, I have two DIFFERENT codes that seem to do the EXACT same thing. They're texture codes. Can someone see what the difference between the codes is?
8133B424 1010
8133B424 9910
The warp doors close quickly code you have there is actually the bounce off walls code. However, it may affect doors directly anyway because the values are so close together. As for the texture codes, these types of codes seem to only affect what texture set is mapped to the level geometry. I'm guessing it changes values in the level script. If you change a value, it will either map another texture set or will map "garbage bytes" (the random colors, sometimes flashing if variable RAM values are mapped). If only minute changes are made to the value, textures are still mapped in blocks and no garbage bytes are seen between textures.
If you find those textures in the ROM it's likely you will see garbage bytes, proving that a stream of data from a starting location to an ending location isn't mapped. Whatever system this code modifies seems to know where to start and stop mapping textures.
|