diff options
Diffstat (limited to 'macros/legacy.asm')
-rw-r--r-- | macros/legacy.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/macros/legacy.asm b/macros/legacy.asm index ce35cc48d..0f70f4d43 100644 --- a/macros/legacy.asm +++ b/macros/legacy.asm @@ -15,6 +15,14 @@ checkmorn EQUS "checktime MORN" checkday EQUS "checktime DAY" checknite EQUS "checktime NITE" +jump EQUS "sjump" +farjump EQUS "farsjump" +priorityjump EQUS "prioritysjump" +ptcall EQUS "memcall" +ptjump EQUS "memjump" +ptpriorityjump EQUS "stopandsjump" +ptcallasm EQUS "memcallasm" + if_equal EQUS "ifequal" if_not_equal EQUS "ifnotequal" if_greater_than EQUS "ifgreater" |