diff options
author | YamaArashi <shadow962@live.com> | 2015-07-21 10:36:03 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-21 10:36:03 -0700 |
commit | 73171bfff573fa8900563319c014f3e626db6b3e (patch) | |
tree | 402ca266578eb759a30f52e05b031bad93d45ee6 /scripts/route11gateupstairs.asm | |
parent | cbcdb2ec2a013beba4f321988e393419a8eed10e (diff) |
named most of the used events
Diffstat (limited to 'scripts/route11gateupstairs.asm')
-rwxr-xr-x | scripts/route11gateupstairs.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/route11gateupstairs.asm b/scripts/route11gateupstairs.asm index 7720b176..9bae1398 100755 --- a/scripts/route11gateupstairs.asm +++ b/scripts/route11gateupstairs.asm @@ -17,7 +17,7 @@ Route11GateUpstairsScriptEnd: ; 49469 (12:5469) Route11GateUpstairsText2: ; 4946c (12:546c) TX_ASM - CheckEvent EVENT_47F, 1 + CheckEvent EVENT_GOT_ITEMFINDER, 1 jr c, .asm_4949b ld a, 30 ; pokemon needed ld [$ffdb], a @@ -34,7 +34,7 @@ Route11GateUpstairsText2: ; 4946c (12:546c) ld a, [$ffdb] dec a jr nz, .asm_494a1 - SetEvent EVENT_47F + SetEvent EVENT_GOT_ITEMFINDER .asm_4949b ld hl, Route11GateUpstairsText_494a3 call PrintText |