@Moistnar
Quote:
|
why aren't I getting offset values that are around 800000?
|
Because you probably didn't edit AdvanceMap's .ini file. Under Ini -> AdvanceMap search for suchbeginn and change those values from $6B0000 to $800000. That way AdvanceMap will search for free space starting from that offset.
Either way, this seems pretty unrelated to your problem. You only need to assign a certain offset in a script tile/event in AdvanceMap of a script you've compiled in XSE. If you just change someone's dialog and don't add any new NPC's to a map, you don't even have to worry about finding free space at all in this case. You probably just didn't compile a script correctly in XSE. Which subsequently means the script pointer in AdvanceMap points to an offset that is empty and doesn't contain any data.
That tutorial on Reddit is pretty ancient and tells you to use PGE, which means that it is probably not a very good one. Instead, I'd recommend following Anthroyd's Gen III ROM Hacking Video Tutorials on Youtube to get an idea of the basics of ROM hacking.