Cleaned by comparing evolution_scene.c with pokefirered

This commit is contained in:
Eduardo Quezada
2022-07-27 18:51:32 -04:00
parent 4ffe75c611
commit b00bd8b181
7 changed files with 74 additions and 74 deletions

View File

@@ -1037,7 +1037,7 @@ static void Cmd_jumpifaffectedbyprotect(void)
}
}
bool8 JumpIfMoveAffectedByProtect(u16 move)
static bool8 JumpIfMoveAffectedByProtect(u16 move)
{
bool8 affected = FALSE;
if (DEFENDER_IS_PROTECTED)