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