Sync map header property names with pokefirered
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user