Document Sky Pillar outside

This commit is contained in:
GriffinR
2019-11-08 03:37:46 -05:00
committed by huderlem
parent a727c16012
commit 8702972067
26 changed files with 65 additions and 65 deletions
+2 -2
View File
@@ -373,8 +373,8 @@ static const u8 *GetInteractedMetatileScript(struct MapPosition *position, u8 me
return EventScript_PC;
if (MetatileBehavior_IsClosedSootopolisDoor(metatileBehavior) == TRUE)
return EventScript_ClosedSootopolisDoor;
if (MetatileBehavior_IsUnknownClosedDoor(metatileBehavior) == TRUE)
return SkyPillar_Outside_EventScript_2393F9;
if (MetatileBehavior_IsSkyPillarClosedDoor(metatileBehavior) == TRUE)
return SkyPillar_Outside_EventScript_ClosedDoor;
if (MetatileBehavior_IsCableBoxResults1(metatileBehavior) == TRUE)
return EventScript_CableBoxResults;
if (MetatileBehavior_IsPokeblockFeeder(metatileBehavior) == TRUE)