mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
Doc storage - releasing, some cursor
This commit is contained in:
parent
84e1cbaaa6
commit
e5f0d2f736
@ -3926,9 +3926,9 @@ u32 GetBoxMonData(struct BoxPokemon *boxMon, s32 field, u8 *data)
|
||||
{
|
||||
u16 move = moves[i];
|
||||
if (substruct1->moves[0] == move
|
||||
|| substruct1->moves[1] == move
|
||||
|| substruct1->moves[2] == move
|
||||
|| substruct1->moves[3] == move)
|
||||
|| substruct1->moves[1] == move
|
||||
|| substruct1->moves[2] == move
|
||||
|| substruct1->moves[3] == move)
|
||||
retVal |= gBitTable[i];
|
||||
i++;
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user