diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 12:36:11 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 12:36:11 +0100 |
commit | 0bc7fb92db8658c461f81ef57bc9bc4f3ee80c7b (patch) | |
tree | 79bbcc7c5e1794a0f89152d9cb0a687aeed4c55b /asm/macros | |
parent | 24e0edee9f428a68715c47051ebba3cda5a3e5a7 (diff) |
start decompiling mystery event script
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index d7b4bca37..f2d14b945 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -262,6 +262,13 @@ .2byte \output .2byte SPECIAL_\function .endm + + @ temporary solution + .macro specialvar_ output, functionId + .byte 0x26 + .2byte \output + .2byte \functionId + .endm @ Blocks script execution until a command or ASM code manually unblocks it. Generally used with specific commands and specials. If this command runs, and a subsequent command or piece of ASM does not unblock state, the script will remain blocked indefinitely (essentially a hang). .macro waitstate |