FF6 Hacking
Running in world maps - 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: Running in world maps (/thread-3073.html)



Running in world maps - Tenkarider - 12-27-2015

Hi! Hello

I'd like to enable run even in world maps...
Do you know where should i have to search for in the code to do that?


RE: Running in world maps - madsiur - 12-27-2015

Basically the joypad routine for character mode is a EE/1EAD.

More precisely, this is where the speed is set. It's a matter of checking prior to that if "A" is pressed and double (or increase?) that value. Someone that maybe already messed with walking speed or controller input on world map could probably help you better as I might start saying inaccurate stuff at this point. Remember the dash patch code could (or maybe couldn't) help you:

Code:
EE/1FF5:    A910        LDA #$10
EE/1FF7:    85F3        STA $F3        (Set event speed of map character to normal)