FF6 Hacking
Where the Save Text pointers ?? - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: Where the Save Text pointers ?? (/thread-3501.html)



Where the Save Text pointers ?? - q8fft - 07-08-2017

hi guys, i'm searching for Save Text pointers in main menu but i cant find it ??
coz i want move it to new space.

Code:
C3/37FD:        397C 929AAF9E00                ; Save


any tip help we be great thx...


RE: Where the Save Text pointers ?? - madsiur - 07-08-2017

Code:
C3/321A:    A0FD37      LDY #$37FD     ; Text pointer
C3/321D:    20F902      JSR $02F9      ; Draw "Save"

A search for "37FD" and even "FD37" would have made you land right on it!

Edit: Also for next time, hacking questions should be posted in the "Magitek Research Facility" sub-forum.


RE: Where the Save Text pointers ?? - q8fft - 07-09-2017

(07-08-2017, 08:13 PM)madsiur Wrote:
Code:
C3/321A:    A0FD37      LDY #$37FD     ; Text pointer
C3/321D:    20F902      JSR $02F9      ; Draw "Save"

A search for "37FD" and even "FD37" would have made you land right on it!

Edit: Also for next time, hacking questions should be posted in the "Magitek Research Facility" sub-forum.

Sorry I did not know that. i Will test the values, thanks for help..