diff options
author | E <shealyrd@email.uscupstate.edu> | 2020-12-15 18:11:56 -0600 |
---|---|---|
committer | E <shealyrd@email.uscupstate.edu> | 2020-12-15 18:11:56 -0600 |
commit | 07b56455e045fe722484e78e3ef16edaca7b5aa1 (patch) | |
tree | f367909791414cd3ba3364c3a4f629d6953d1f16 /src/wram.asm | |
parent | 6214fab5eef5a788f88b03fb86b9b6b929ebd662 (diff) |
adding wram union + fixing location comment
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/wram.asm b/src/wram.asm index 2d39fb7..a6a5604 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2558,10 +2558,21 @@ wd693:: ; d693 wMultichoiceTextboxResult_Sam:: ; d694 ds $1 + +UNION wMultichoiceTextboxResult_ChooseDeckToDuelAgainst:: ; d695 ds $1 +NEXTU + +wd695:: ; d695 + ds $1 + +ENDU + + + wd696:: ; d696 ds $1 |