summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoreinstein95 <einstein95@users.noreply.github.com>2017-04-17 02:19:21 +1200
committereinstein95 <einstein95@users.noreply.github.com>2017-04-17 02:19:21 +1200
commitce685ac9638b0c6d42168d7c8d37a237b1ce49be (patch)
tree785a8e58e77b5c1c145343528be3aac80ec7d719 /home.asm
parent22e16624b8c295e5f45cdf432c5ded8bc0d388ee (diff)
Still more
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index f9eb1d53..cd2e0fdd 100644
--- a/home.asm
+++ b/home.asm
@@ -3001,8 +3001,8 @@ Func_35f4::
InitYesNoTextBoxParameters::
xor a ; YES_NO_MENU
ld [wTwoOptionMenuID], a
- coord hl, 14, 7
- ld bc, $80f
+ coord hl, 13, 7
+ ld bc, $80e
ret
YesNoChoicePokeCenter::