From 1c735e1abe0c872e661d68066c62cf2a0d4ad05f Mon Sep 17 00:00:00 2001 From: crater-git Date: Mon, 29 Aug 2022 03:47:11 -0400 Subject: [PATCH] Restored bool32 type to shouldUseMove --- src/apprentice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apprentice.c b/src/apprentice.c index 439bcc656..ad7568a76 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -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);