diff options
Diffstat (limited to 'macros/predef.asm')
-rw-r--r-- | macros/predef.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/predef.asm b/macros/predef.asm index d86582d1..f4e7f609 100644 --- a/macros/predef.asm +++ b/macros/predef.asm @@ -30,3 +30,7 @@ ENDM db_tx_pre: MACRO db (\1_id - TextPredefs) / 2 + 1 ENDM + +predef_const: MACRO + const \1PredefID +ENDM |