mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
Bridge Code
This commit is contained in:
parent
d0d6bbb8cf
commit
0b9a92c472
7 changed files with 78 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue