diff options
-rw-r--r-- | home/yes_no.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/yes_no.asm b/home/yes_no.asm index aae27f86..5b0e09ed 100644 --- a/home/yes_no.asm +++ b/home/yes_no.asm @@ -15,7 +15,7 @@ InitYesNoTextBoxParameters:: xor a ; YES_NO_MENU ld [wTwoOptionMenuID], a hlcoord 14, 7 - ld bc, $80f + lb bc, 8, 15 ret YesNoChoicePokeCenter:: |