summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
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::