summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-04-13 22:28:28 -0700
committeryenatch <yenatch@gmail.com>2015-04-13 22:28:28 -0700
commitd4863f3fa583a5c6a293f89180b24cc43adfd44f (patch)
tree1fab8bef5bb829dee24e9791e9c983d8fbeb6b4f /main.asm
parent11b02eb09b1e541b7d44ec089b3c116cb8e95049 (diff)
Enumerate the event script command macros.
This is ugly, but much better than static values.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 4de4b7031..6276ce486 100644
--- a/main.asm
+++ b/main.asm
@@ -15456,7 +15456,7 @@ Function1365b:: ; 1365b
call IsInArray
jr nc, .asm_1367f
- ld a, $c ; jumpstd
+ ld a, jumpstd_command
ld [wd03f], a
inc hl
ld a, [hli]