Update src/metatile_behavior.c
This commit is contained in:
parent
6cea365135
commit
580b9e3b84
1 changed files with 1 additions and 1 deletions
|
@ -1406,7 +1406,7 @@ bool8 MetatileBehavior_IsTrainerHillTimer(u8 metatileBehavior)
|
|||
|
||||
bool8 MetatileBehavior_IsDirectionalUpRightStairWarp(u8 metatileBehavior)
|
||||
{
|
||||
if(metatileBehavior == MB_UP_RIGHT_STAIR_WARP)
|
||||
if (metatileBehavior == MB_UP_RIGHT_STAIR_WARP)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue