Bridge Code

This commit is contained in:
Misty Violet 2023-10-23 03:42:22 -04:00
parent d0d6bbb8cf
commit 0b9a92c472
7 changed files with 78 additions and 1 deletions

View file

@ -1077,4 +1077,13 @@ MACRO checkmaplockedmons
db checkmaplockedmons_command
ENDM
MACRO callthisasm
; "callasm .asm\@" causes a "File stack dump too long, got truncated"
; error due to the long filename:linenumber trace of nested macros.
db callasm_command
dba .asm\@
end
.asm\@
ENDM
DEF NUM_EVENT_COMMANDS EQU const_value