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/route2gate.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/route2gate.asm') diff --git a/scripts/route2gate.asm b/scripts/route2gate.asm index 9fd8e4bd..0885812e 100755 --- a/scripts/route2gate.asm +++ b/scripts/route2gate.asm @@ -10,9 +10,9 @@ Route2GateText1: ; 5d5db (17:55db) ld a, [$d7c2] bit 0, a jr nz, .asm_6592c ; 0x5d5e1 - ld a, $a + ld a, 10 ; pokemon needed ldh [$db], a - ld a, $c8 + ld a, HM_05 ; oak's aide reward ldh [$dc], a ld [$d11e], a call GetItemName ; $2fcf @@ -21,7 +21,7 @@ Route2GateText1: ; 5d5db (17:55db) ld bc, $000d call CopyData ld a, $62 - call Predef + call Predef ; call oak's aide script ldh a, [$db] cp $1 jr nz, .asm_ad646 ; 0x5d606 -- cgit v1.3.1-sl0p