Hi there, as the title states I'm trying to get ipatix' High Quality Sound Mixer to work on my US Fire Red rom. I'm just ending up with a white screen, so obviously I'm misinterpreting some part of the instructions. This is what changes I made to my rom:
Code:
searched for 50 5F 00 03 found at :
7B4
1DD0C0
overwrote both with 00 E0 03 02
assembled routine to hqmixer.bin
size = B24 bytes
inserted routine at 79CA30
replaced pointer at 0x1DD0B4 with 31 CA 79
searched for E0 28 00 03 found at :
1DD0B8
overwrote with 00 E0 03 02
searched for E1 28 00 03 found at :
1DC094
overwrote with 01 E0 03 02
B24 / 4 = 2C9
replaced 2 bytes at 0x1DD0BC with C9 02
I tried it on a clean rom too and got the same results. If anyone has experience inserting this and knows what I'm doing wrong, I'd greatly appreciate the help. Thanks!
EDIT: Figured it out with some
google-fu, never mind.