This commit is contained in:
Remy Oukaour 2018-01-15 14:23:09 -05:00
parent 6c7e88513a
commit 9fb74161e5
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
; Predef routines can be used with the "predef" and "predef_jump" macros.
; This preserves registers bc, de, hl and f.
add_predef: MACRO
\1Predef::
dab \1

View File

@ -1,3 +1,6 @@
; Special routines can be used with the "special" map script command.
; They often use ScriptVar for arguments and return values.
add_special: MACRO
\1Special::
dba \1