What's the best way to find free space for scripts in pokemon fire red? I know about free space finder but I've heard it doesn't work correctly and can mess up your rom. Is there a safer way to do it or am I wrong about free space finder?
At the top of your script put the command "#dynamic 0xOFFSET" where OFFSET is the offset you'd like to start searching in the ROM for free space. The script editor (XSE, PKSV, etc.) will then take care of finding the space for you.
For example, "#dynamic 0x720000" and "#dynamic 0x800000" are commonly used when hacking FireRed/LeafGreen.
So, if I were to use "#dynamic 0x720000", it would work? It's free space? Just asking :P
Yes, it would use 720000 as a start offset to search for free space after 720000. It works all the time. Happy hacking :)
but for some reason it doesn't work for me !!!!