diff options
author | dannye <33dannye@gmail.com> | 2021-02-02 23:17:30 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-02-02 23:17:50 -0600 |
commit | dd304349c3e19bfe5d3cec3666367cc561b2d833 (patch) | |
tree | 920cd2e9c76d78cf764d8dbc9165134be309d789 /src/wram.asm | |
parent | d9b38ec4f18f96e3bef4b38c451fff0303f1b671 (diff) |
Enumerate all event var values
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/wram.asm b/src/wram.asm index 7ea2def..b9c9d0c 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1996,7 +1996,7 @@ wd0c1:: ; d0c1 wd0c2:: ; d0c2 ds $1 -; stores the player's result in a duel (0: loss, 1: win, 2: ???, -1: transmission error?) +; stores the player's result in a duel (0: win, 1: loss, 2: ???, -1: transmission error?) ; to be read by the overworld caller wDuelResult:: ; d0c3 ds $1 @@ -2702,20 +2702,9 @@ wd693:: ; d693 wMultichoiceTextboxResult_Sam:: ; d694 ds $1 -UNION - wMultichoiceTextboxResult_ChooseDeckToDuelAgainst:: ; d695 ds $1 -NEXTU - -wd695:: ; d695 - ds $1 - -ENDU - - - wd696:: ; d696 ds $1 |