diff options
Diffstat (limited to 'data/special_pointers.asm')
-rw-r--r-- | data/special_pointers.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/special_pointers.asm b/data/special_pointers.asm index e6ad1797d..6320838fc 100644 --- a/data/special_pointers.asm +++ b/data/special_pointers.asm @@ -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 |