diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-15 14:11:11 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-15 14:11:11 -0500 |
commit | 6c7e88513a9b759584de2b50c5b67ecf94203607 (patch) | |
tree | b99702c25275cf47d62a3f11d7591f869b893333 /macros | |
parent | 9180362211cf465c52798124baa5c5c06ba1d332 (diff) |
Long lists of db/dw series with struct-defining macros belong in data/
Diffstat (limited to 'macros')
-rw-r--r-- | macros/predef.asm | 5 | ||||
-rw-r--r-- | macros/scripts/events.asm | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/macros/predef.asm b/macros/predef.asm index 139e3bf3a..7850350a7 100644 --- a/macros/predef.asm +++ b/macros/predef.asm @@ -1,8 +1,3 @@ -add_predef: MACRO -\1Predef:: - dab \1 -ENDM - predef_id: MACRO ; Some functions load the predef id ; without immediately calling Predef. diff --git a/macros/scripts/events.asm b/macros/scripts/events.asm index 40a5bbf46..9bca1c004 100644 --- a/macros/scripts/events.asm +++ b/macros/scripts/events.asm @@ -101,11 +101,6 @@ special: MACRO dw (\1Special - SpecialsPointers) / 3 ENDM -add_special: MACRO -\1Special:: - dba \1 -ENDM - enum ptcallasm_command ; $10 ptcallasm: MACRO db ptcallasm_command |