• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[ASM & Hex] FireRed: Mold Breaker

88
Posts
7
Years
  • Age 34
  • Seen Jan 16, 2020
Hi,

I'm trying to insert Mold Breaker into FireRed, and I'm using this thread: https://www.pokecommunity.com/showpost.php?p=8636578&postcount=13
I was able to compile the first 3 asm codes, but not the 4th one. Also, where do I insert the thumbed bins in the ROM? Any help would be much appreciated.

There's a small typo in the 4th routine. The first line of "Loop:" should read:
Code:
ldrb r2, [r5]

insert all four routines into free space, wherever you like. The hook instructions are at the bottom of each routine.
 
36
Posts
5
Years
There's a small typo in the 4th routine. The first line of "Loop:" should read:
Code:
ldrb r2, [r5]

insert all four routines into free space, wherever you like. The hook instructions are at the bottom of each routine.

I got the same advice from another user on PokeCommunity. I very much appreciate it, though. I still can't get it to work. I think it has to do with this part:
4C 00 4D 00 4E 00 00 3A 10 54 01 F8 XX+1 XX XX 28 52 00 28 4E 69 1D 08
There is no 08 next to XX+1 XX XX. Should there be? :)
 
71
Posts
6
Years
  • Age 25
  • Seen Jul 11, 2022
I got the same advice from another user on PokeCommunity. I very much appreciate it, though. I still can't get it to work. I think it has to do with this part:
4C 00 4D 00 4E 00 00 3A 10 54 01 F8 XX+1 XX XX 28 52 00 28 4E 69 1D 08
There is no 08 next to XX+1 XX XX. Should there be? :)
It should be 4C 00 4D 00 4E 00 00 3A 10 54 01 F8 XX+1 XX XX 08 52 00 28 4E 69 1D 08. The 28 is a typo.
 
222
Posts
6
Years
  • Age 22
  • Seen Nov 18, 2023
I'm trying to insert this and my ROM doesn't get past the title screen. Can someone help, please?

Revert to backup and try again. Make sure your routines were inserted in an aligned location and that you added +1 to the called offset for THUMB.
 
Back
Top