diff options
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 345ba49..d9017ea 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1204,7 +1204,8 @@ wd0c1:: ; d0c1 wd0c2:: ; d0c2 ds $1 -; stores the result of a duel (0: lost, 1: won, -1: transmission error (?) ) to be read by the overworld caller +; stores the player's result in a duel (0: loss, 1: win, 2: ???, -1: transmission error? ) +; to be read by the overworld caller wDuelResult:: ; d0c3 ds $1 |