Useful SaveAddress Commands

From Final Fantasy Hacktics Wiki
Revision as of 00:07, 24 June 2023 by Nyzer (talk | contribs)
Jump to navigation Jump to search

SaveAddress & LoadAddress

SaveAddress and LoadAddress allow you to accomplish a lot of things that would otherwise be completely impossible with standard event commands. It also allows you to break things in an infinite number of ways. For the sake of convenience, some helpful little premade sets of commands can be found here (though there currently isn't much just yet, but hopefully folks can band together and fill this with useful entries).

Smaller Ideas

  • Adjust the valid Text Advancement buttons during an event by altering the two bytes found at x801316D0. This allows other buttons like L or R to let Messages that use {end} finish and either clear out automatically or await a ChangeDialog. The default value is x0160, and you can enable all buttons by setting it to xFFFF.
LUI(x0070,x8013)
ADD(x0070,x16D0)
SET(x0071,xFFFF)
SaveAddress(x71,x0000,x70,002)

Links

Button Presses During Events