Revert "Allowed running inside buildings."

This reverts commit 4e3c2d84911614cfa917e2fa5d0fe1511fa5e41b.
This commit is contained in:
Ariel A 2024-01-26 18:48:55 -05:00
parent c990851473
commit 1e5fd80b7e

View File

@ -1053,7 +1053,7 @@ void Bike_HandleBumpySlopeJump(void)
bool32 IsRunningDisallowed(u8 metatile)
{
if (IsRunningDisallowedByMetatile(metatile) == TRUE)
if (!gMapHeader.allowRunning || IsRunningDisallowedByMetatile(metatile) == TRUE)
return TRUE;
else
return FALSE;