diff options
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 753923a..184542f 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1997,7 +1997,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 @@ -2703,20 +2703,9 @@ wd693:: ; d693 wMultichoiceTextboxResult_Sam:: ; d694 ds $1 -UNION - wMultichoiceTextboxResult_ChooseDeckToDuelAgainst:: ; d695 ds $1 -NEXTU - -wd695:: ; d695 - ds $1 - -ENDU - - - wd696:: ; d696 ds $1 |