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/route15gateupstairs.asm | |
parent | d693721f979f6045ff3dccec69b6ddd5d5f03e62 (diff) |
Misc relabelling
Diffstat (limited to 'scripts/route15gateupstairs.asm')
-rwxr-xr-x | scripts/route15gateupstairs.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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 |