Doc storage - releasing, some cursor
This commit is contained in:
+3
-3
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
+622
-574
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user