From 19656f9dee2671838983ab407e901bd6bb49006a Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Wed, 8 Jun 2016 01:05:34 -0400 Subject: No more standalone WRAM addresses in the Event Flags array --- scripts/rockethideout4.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/rockethideout4.asm') 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 -- cgit v1.3.1-sl0p