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/route11gateupstairs.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/route11gateupstairs.asm') diff --git a/scripts/route11gateupstairs.asm b/scripts/route11gateupstairs.asm index 0ee428c4..e03331ca 100755 --- a/scripts/route11gateupstairs.asm +++ b/scripts/route11gateupstairs.asm @@ -21,9 +21,9 @@ Route11GateUpstairsText2: ; 4946c (12:546c) ld a, [$d7d6] add a jr c, .asm_4949b ; 0x49471 $28 - ld a, $1e + ld a, 30 ; pokemon needed ld [$ffdb], a - ld a, $47 + ld a, ITEMFINDER ; oak's aide reward ld [$ffdc], a ld [$d11e], a call GetItemName @@ -33,7 +33,7 @@ Route11GateUpstairsText2: ; 4946c (12:546c) ld bc, $000d call CopyData ld a, $62 - call Predef + call Predef ; call oak's aide script ld a, [$ffdb] dec a jr nz, .asm_494a1 ; 0x49494 $b -- cgit v1.3.1-sl0p