diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 01:05:34 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-08 01:05:34 -0400 |
| commit | 19656f9dee2671838983ab407e901bd6bb49006a (patch) | |
| tree | 2bdaaa8a7093eb4216de9d7b157477003ed6375d /scripts/rockethideout4.asm | |
| parent | Merge branch 'master' of github.com:pret/pokeyellow (diff) | |
| download | pokeyellow-19656f9dee2671838983ab407e901bd6bb49006a.tar.gz pokeyellow-19656f9dee2671838983ab407e901bd6bb49006a.tar.xz pokeyellow-19656f9dee2671838983ab407e901bd6bb49006a.zip | |
No more standalone WRAM addresses in the Event Flags array
Diffstat (limited to 'scripts/rockethideout4.asm')
| -rwxr-xr-x | scripts/rockethideout4.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/rockethideout4.asm b/scripts/rockethideout4.asm index 30ed3f24..d0e6f567 100755 --- a/scripts/rockethideout4.asm +++ b/scripts/rockethideout4.asm @@ -266,8 +266,7 @@ RocketHideout4Script13: xor a ld [hJoyHeld], a ld [wJoyIgnore], a - ld hl, wd81b - set 2, [hl] + SetEvent EVENT_BEAT_ROCKET_HIDEOUT_4_TRAINER_0 ld a, $0 call RocketHideout4Script_4551e ret |
