Address review comments
This commit is contained in:
+1
-1
@@ -618,7 +618,7 @@ static void sub_80A1B48(u8 taskId)
|
||||
|
||||
bool8 CanUseEscapeRopeOnCurrMap(void)
|
||||
{
|
||||
if (gMapHeader.escapeRope & 1)
|
||||
if (gMapHeader.flags & MAP_ALLOW_ESCAPE_ROPE)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user