diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-15 14:23:09 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-15 14:39:53 -0500 |
commit | 9fb74161e5347a91ff17d5ef490c04566c4375df (patch) | |
tree | 98e371fac01543dc96d1d444a545b79fdc551183 /data/special_pointers.asm | |
parent | 6c7e88513a9b759584de2b50c5b67ecf94203607 (diff) |
Comments
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 |