mirror of https://github.com/pret/pokecrystal.git
Comments
This commit is contained in:
parent
6c7e88513a
commit
9fb74161e5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue