diff options
author | yenatch <yenatch@gmail.com> | 2015-04-13 22:28:28 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-04-13 22:28:28 -0700 |
commit | d4863f3fa583a5c6a293f89180b24cc43adfd44f (patch) | |
tree | 1fab8bef5bb829dee24e9791e9c983d8fbeb6b4f /main.asm | |
parent | 11b02eb09b1e541b7d44ec089b3c116cb8e95049 (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.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |