diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-21 11:58:18 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-21 11:58:18 -0400 |
commit | f29c4e473e0d8075f54744fda89bd5099be62abf (patch) | |
tree | c2076b7d732e602ed081e188661d00511a93588e /scripts/route2gate.asm | |
parent | d693721f979f6045ff3dccec69b6ddd5d5f03e62 (diff) |
Misc relabelling
Diffstat (limited to 'scripts/route2gate.asm')
-rwxr-xr-x | scripts/route2gate.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |