aboutsummaryrefslogtreecommitdiffstats
path: root/home/yes_no.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/yes_no.asm')
-rw-r--r--home/yes_no.asm13
1 files changed, 2 insertions, 11 deletions
diff --git a/home/yes_no.asm b/home/yes_no.asm
index 8d995832..befcd3c4 100644
--- a/home/yes_no.asm
+++ b/home/yes_no.asm
@@ -5,11 +5,7 @@ YesNoChoice::
call InitYesNoTextBoxParameters
jr DisplayYesNoChoice
-TwoOptionMenu:: ; unreferenced
- ld a, TWO_OPTION_MENU
- ld [wTextBoxID], a
- call InitYesNoTextBoxParameters
- jp DisplayTextBoxID
+; SL0P: removed unreferenced TwoOptionMenu to reclaim ROM0 for the noclip guard.
InitYesNoTextBoxParameters::
xor a ; YES_NO_MENU
@@ -26,12 +22,7 @@ YesNoChoicePokeCenter::
lb bc, 8, 12
jr DisplayYesNoChoice
-WideYesNoChoice:: ; unreferenced
- call SaveScreenTilesToBuffer1
- ld a, WIDE_YES_NO_MENU
- ld [wTwoOptionMenuID], a
- hlcoord 12, 7
- lb bc, 8, 13
+; SL0P: removed unreferenced WideYesNoChoice to reclaim ROM0.
DisplayYesNoChoice::
ld a, TWO_OPTION_MENU