Decompile/port event_object_movement
This commit is contained in:
@@ -88,7 +88,7 @@ bool8 MetatileBehavior_IsJumpSouth(u8 metatileBehavior)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
bool8 MetatileBehavior_IsTallGrass(u8 metatileBehavior)
|
||||
bool8 MetatileBehavior_IsPokeGrass(u8 metatileBehavior)
|
||||
{
|
||||
if(metatileBehavior == MB_TALL_GRASS || metatileBehavior == MB_CYCLING_ROAD_PULL_DOWN_GRASS)
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user