From 23cbfaa8193d8cd73e891296645553189f89b7b7 Mon Sep 17 00:00:00 2001 From: Capucine Meyer Date: Sat, 15 Apr 2023 20:36:36 +0200 Subject: [PATCH] omega disappears and loads giovanni --- scripts/SilphCo11F.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/SilphCo11F.asm b/scripts/SilphCo11F.asm index 4a790e48..c9914c6a 100644 --- a/scripts/SilphCo11F.asm +++ b/scripts/SilphCo11F.asm @@ -81,6 +81,7 @@ SilphCo11Script_62163: ; This is altered to have Omega rush you once the door is ld a, $6 ldh [hSpriteIndex], a call MoveOmegaSprite + ;add code here to make Rocket NPC look at Omega ld a, $6 ld [wSilphCo11FCurScript], a ret @@ -103,7 +104,7 @@ SilphCo11Script6: ld [wMissableObjectIndex], a predef HideObject call UpdateSprites - ld a, $7 + ld a, $2 ld [wSilphCo11FCurScript], a ld [wCurMapScript], a ret