Misc. documentation and move some data into .c files

This commit is contained in:
Marcus Huderle
2019-01-19 15:32:25 -06:00
committed by huderlem
parent 5bfd802dbb
commit e81838dba3
120 changed files with 158 additions and 25124 deletions
+2 -2
View File
@@ -205,13 +205,13 @@ u16 ChooseMoveAndTargetInBattlePalace(void)
if (Random() % 100 > 49)
{
gProtectStructs[gActiveBattler].flag_x10 = 1;
gProtectStructs[gActiveBattler].palaceAbleToUseMove = 1;
return 0;
}
}
else
{
gProtectStructs[gActiveBattler].flag_x10 = 1;
gProtectStructs[gActiveBattler].palaceAbleToUseMove = 1;
return 0;
}
}