diff options
author | Daniel Harding <33dannye@gmail.com> | 2020-12-20 13:08:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 13:08:27 -0600 |
commit | 68f371effcfc31927dc093a68505af85f523d243 (patch) | |
tree | 6a7f1c96f48276d089eeea7f50c3105d41561e98 /src/wram.asm | |
parent | 439a0ff569099724b74a061fcf6362967e9bbf22 (diff) | |
parent | 07b56455e045fe722484e78e3ef16edaca7b5aa1 (diff) |
Merge pull request #80 from shealyrd/master
Multichoice Textboxes info
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/wram.asm b/src/wram.asm index 761aab1..e67c587 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -2616,12 +2616,23 @@ wBoosterData_TypeChances:: ; d689 wd693:: ; d693 ds $1 -wd694:: ; d694 +wMultichoiceTextboxResult_Sam:: ; d694 ds $1 + +UNION + +wMultichoiceTextboxResult_ChooseDeckToDuelAgainst:: ; d695 + ds $1 + +NEXTU wd695:: ; d695 ds $1 +ENDU + + + wd696:: ; d696 ds $1 |