diff options
author | Háčky <hatschky@gmail.com> | 2014-11-27 07:15:45 +0000 |
---|---|---|
committer | Háčky <hatschky@gmail.com> | 2014-11-27 07:15:45 +0000 |
commit | 319ed6d0e0266f5f6174a5acd929914db8cfae1d (patch) | |
tree | 76408d9cadcbed1e702efa8c44f4cf5e364b0a4d /constants | |
parent | 17853b802692237d98f96d1a80caf2019f71753e (diff) |
Diffstat (limited to 'constants')
-rw-r--r-- | constants/scriptcommands.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/scriptcommands.asm b/constants/scriptcommands.asm index a450929..c45fbeb 100644 --- a/constants/scriptcommands.asm +++ b/constants/scriptcommands.asm @@ -56,18 +56,18 @@ waitkeypress: MACRO ENDM setvirtualaddress: MACRO db $B8 - GBAPTR ScriptBaseAddress, \1 + GBAPTR \1 ENDM virtualgotoif: MACRO db $BB db \1 - GBAPTR ScriptBaseAddress, \2 + GBAPTR \2 ENDM virtualmsgbox: MACRO db $BD - GBAPTR ScriptBaseAddress, \1 + GBAPTR \1 ENDM virtualloadpointer: MACRO db $BE - GBAPTR ScriptBaseAddress, \1 + GBAPTR \1 ENDM
\ No newline at end of file |