Difference between revisions of "Routine"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
(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...")
 
m (Xifanie moved page Event Instruction CF to Routine)
 
(No difference)

Latest revision as of 05:05, 23 February 2021

{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)