Restored bool32 type to shouldUseMove

This commit is contained in:
crater-git 2022-08-29 03:47:11 -04:00
parent 9f16d1dd12
commit 1c735e1abe

View File

@ -338,7 +338,7 @@ static u16 GetRandomAlternateMove(u8 monId)
const struct LevelUpMove *learnset;
bool32 needTMs = FALSE;
u16 moveId = MOVE_NONE;
bool8 shouldUseMove;
bool32 shouldUseMove;
u8 level;
id = APPRENTICE_SPECIES_ID(monId);