diff options
Diffstat (limited to 'home/yes_no.asm')
-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 5b0e09ed..28d6c7aa 100644 --- a/home/yes_no.asm +++ b/home/yes_no.asm @@ -5,7 +5,7 @@ YesNoChoice:: call InitYesNoTextBoxParameters jr DisplayYesNoChoice -Func_35f4:: +Func_35f7:: ld a, TWO_OPTION_MENU ld [wTextBoxID], a call InitYesNoTextBoxParameters |