mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Restored bool32 type to shouldUseMove
This commit is contained in:
parent
9f16d1dd12
commit
1c735e1abe
@ -338,7 +338,7 @@ static u16 GetRandomAlternateMove(u8 monId)
|
|||||||
const struct LevelUpMove *learnset;
|
const struct LevelUpMove *learnset;
|
||||||
bool32 needTMs = FALSE;
|
bool32 needTMs = FALSE;
|
||||||
u16 moveId = MOVE_NONE;
|
u16 moveId = MOVE_NONE;
|
||||||
bool8 shouldUseMove;
|
bool32 shouldUseMove;
|
||||||
u8 level;
|
u8 level;
|
||||||
|
|
||||||
id = APPRENTICE_SPECIES_ID(monId);
|
id = APPRENTICE_SPECIES_ID(monId);
|
||||||
|
Loading…
Reference in New Issue
Block a user