Fix debug ability u8 (#4576)

This commit is contained in:
Bassoonian 2024-05-15 11:56:58 +02:00 committed by GitHub
parent 35362fbd24
commit bbb6ade9e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;