diff options
Diffstat (limited to 'scripts/safarizoneentrance-yellow.asm')
-rw-r--r-- | scripts/safarizoneentrance-yellow.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/safarizoneentrance-yellow.asm b/scripts/safarizoneentrance-yellow.asm index 1f1b6c23..c4343095 100644 --- a/scripts/safarizoneentrance-yellow.asm +++ b/scripts/safarizoneentrance-yellow.asm @@ -2,7 +2,7 @@ ld hl,.ForJust500Text call PrintText ld a,$13 - ld [wd125],a + ld [wTextBoxID],a call DisplayTextBoxID call YesNoChoice ld a,[wCurrentMenuItem] @@ -49,7 +49,7 @@ call $3736 call $373e ld a,$13 - ld [wd125],a + ld [wTextBoxID],a call DisplayTextBoxID ld hl,.MakePaymentText call PrintText |