I've got some text that would be better in a newly expanded area of the ROM. It's not that I'm having problems expanding the ROM. I'm having difficulties getting the original pointer tables to point the the newly expanded areas. The expanded area starts at x20000 and I've tried to calculate accurate pointers for the text I've added there and they have failed every time. Does anyone know how to get the pointers for a newly expanded section of a ROM?
The pointers in the ROM seem to be two bytes. For example, if the text exists at xBO5E the pointer would be 5E70. However, if the text exists at x1CA93 the pointer would be 934A.
Thanks!