Revert "Allowed running inside buildings."
This reverts commit 4e3c2d84911614cfa917e2fa5d0fe1511fa5e41b.
This commit is contained in:
parent
c990851473
commit
1e5fd80b7e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user