Making MNC2 Work for all chapters
So originally, this fix existed:
//Allows MNC2 To jump to any chapter ID.
ORG 0xBD070
SHORT 0xE0B8
It worked fine, but there was one problem, namely with the Chapter name as text hack by circleseverywhere,(Not sure if it glitches out in vanilla gbafe, though, but why wouldnt you be using that hack is the question, then) In that some chapters,(namely, at least in resonance: chapter 4, 6, 10, 13, 17) the chapter name didn’t show up at all. so, since I fixed it for resonance, I thought I’d share the fix here.
//Allows MNC2 To jump to any chapter ID.
ORG 0xBD070
SHORT 0xE0B8
//Fixes the world map chapter ID being loaded instead of the actual chapter ID.
ORG 0x897B2
SHORT 0 0
//Fixes the game considering some chapters postgame.
ORG 0x897C4
SHORT 0x200E 0x5620 //mov r0, #0x0E; ldsb r0, [r4, r0]