mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
Block a user