From bbb6ade9e8a8a879468222150e9ca8bddb411fa3 Mon Sep 17 00:00:00 2001 From: Bassoonian Date: Wed, 15 May 2024 11:56:58 +0200 Subject: [PATCH] Fix debug ability u8 (#4576) --- src/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index ea3ffbabb8..ba06cd522e 100644 --- a/src/debug.c +++ b/src/debug.c @@ -3404,7 +3404,7 @@ static void DebugAction_Give_Pokemon_SelectNature(u8 taskId) if (JOY_NEW(A_BUTTON)) { - u8 abilityId; + u16 abilityId; sDebugMonData->nature = gTasks[taskId].tInput; gTasks[taskId].tInput = 0; gTasks[taskId].tDigit = 0;