Team Embrace
Team Embrace Boss
- 30
- Posts
- 6
- Years
- Seen Nov 14, 2022
hi guys I'm having trouble with my Ruby ROM hack inserting ASM code specifically the colored stats by nature routine.
The original instructions to do this are "After compiling the routine in a free offset, go to 0x09FFBC and overwrite the bytes with 00480047xxxxxx08.
Instead of the XX, will be entered the offset of previous routine + 1 and in Little Endian format (example: 08123456 -> 57 34 12 08)."
My chosen offset to insert the routine at was 800000 in a clean ruby ROM.however after following the instructions my ROM is stuck on a corrupted title screen with magenta graphics. I have attached screenshots of the relevant sections of the Rom's data. As well as a IPS patch capable of reproducing my issue on a clean Rom. thanks for any help!
The original instructions to do this are "After compiling the routine in a free offset, go to 0x09FFBC and overwrite the bytes with 00480047xxxxxx08.
Instead of the XX, will be entered the offset of previous routine + 1 and in Little Endian format (example: 08123456 -> 57 34 12 08)."
My chosen offset to insert the routine at was 800000 in a clean ruby ROM.however after following the instructions my ROM is stuck on a corrupted title screen with magenta graphics. I have attached screenshots of the relevant sections of the Rom's data. As well as a IPS patch capable of reproducing my issue on a clean Rom. thanks for any help!