Doc storage - releasing, some cursor

This commit is contained in:
GriffinR 2021-04-15 23:27:05 -04:00
parent 84e1cbaaa6
commit e5f0d2f736
2 changed files with 625 additions and 577 deletions

View File

@ -3926,9 +3926,9 @@ u32 GetBoxMonData(struct BoxPokemon *boxMon, s32 field, u8 *data)
{ {
u16 move = moves[i]; u16 move = moves[i];
if (substruct1->moves[0] == move if (substruct1->moves[0] == move
|| substruct1->moves[1] == move || substruct1->moves[1] == move
|| substruct1->moves[2] == move || substruct1->moves[2] == move
|| substruct1->moves[3] == move) || substruct1->moves[3] == move)
retVal |= gBitTable[i]; retVal |= gBitTable[i];
i++; i++;
} }

File diff suppressed because it is too large Load Diff