From f29c4e473e0d8075f54744fda89bd5099be62abf Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Wed, 21 May 2014 11:58:18 -0400 Subject: Misc relabelling --- scripts/route15gateupstairs.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/route15gateupstairs.asm') diff --git a/scripts/route15gateupstairs.asm b/scripts/route15gateupstairs.asm index 3c2afcd4..fde968bb 100755 --- a/scripts/route15gateupstairs.asm +++ b/scripts/route15gateupstairs.asm @@ -10,9 +10,9 @@ Route15GateUpstairsText1: ; 49651 (12:5651) ld a, [$d7dd] bit 0, a jr nz, .asm_49683 ; 0x49657 $2a - ld a, $32 + ld a, 50 ; pokemon needed ld [$ffdb], a - ld a, EXP__ALL + ld a, EXP__ALL ; oak's aide reward ld [$ffdc], a ld [$d11e], a call GetItemName @@ -21,7 +21,7 @@ Route15GateUpstairsText1: ; 49651 (12:5651) ld bc, $000d call CopyData ld a, $62 - call Predef + call Predef ; call oak's aide script ld a, [$ffdb] cp $1 jr nz, .asm_49689 ; 0x4967c $b -- cgit v1.3.1-sl0p