diff options
Diffstat (limited to 'maps/WhirlIslandLugiaChamber.asm')
-rw-r--r-- | maps/WhirlIslandLugiaChamber.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/WhirlIslandLugiaChamber.asm b/maps/WhirlIslandLugiaChamber.asm index f014d8ea8..79b9eb2aa 100644 --- a/maps/WhirlIslandLugiaChamber.asm +++ b/maps/WhirlIslandLugiaChamber.asm @@ -12,18 +12,18 @@ WhirlIslandLugiaChamber_MapScriptHeader: dbw MAPCALLBACK_OBJECTS, .Lugia -.Lugia +.Lugia: checkevent EVENT_FOUGHT_LUGIA iftrue .NoAppear checkitem SILVER_WING iftrue .Appear jump .NoAppear -.Appear +.Appear: appear WHIRLISLANDLUGIACHAMBER_LUGIA return -.NoAppear +.NoAppear: disappear WHIRLISLANDLUGIACHAMBER_LUGIA return |