Routine

From Final Fantasy Hacktics Wiki
Revision as of 21:45, 16 February 2014 by Xifanie (talk | contribs) (Created page with "= {CF} {{IE_CF}} = {{IE_CF_ex}} {{IE_CF_desc}} == Routine Address : Word == Address of the routine in raw hex to run/execute. Note: Because the current Event Compiler does...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{CF} Routine

Routine(rROUTINEA)

Runs/executes a routine at any address. r1 to r16 are automatically already freed and at your disposal.


Routine Address : Word

Address of the routine in raw hex to run/execute.

Note: Because the current Event Compiler does not support words, you have to type the address in reverse order.

For example, running the routine at 0x80150864 would be: Routine(r64081580)