Long lists of db/dw series with struct-defining macros belong in data/
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
add_predef: MACRO
|
||||
\1Predef::
|
||||
dab \1
|
||||
ENDM
|
||||
|
||||
predef_id: MACRO
|
||||
; Some functions load the predef id
|
||||
; without immediately calling Predef.
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user