Sync map header property names with pokefirered

This commit is contained in:
GriffinR
2020-03-10 23:13:27 -04:00
committed by huderlem
parent 724ffe14ee
commit b1d26e10a8
527 changed files with 1053 additions and 1053 deletions
+1 -1
View File
@@ -978,7 +978,7 @@ static u16 GetCenterScreenMetatileBehavior(void)
bool32 Overworld_IsBikingAllowed(void)
{
if (!(gMapHeader.flags & MAP_ALLOW_BIKE))
if (!(gMapHeader.flags & MAP_ALLOW_CYCLING))
return FALSE;
else
return TRUE;