Fix ability select in debug givemon (#2999)
This commit is contained in:
commit
d71465d26a
1 changed files with 1 additions and 1 deletions
|
@ -2327,7 +2327,7 @@ static void DebugAction_Give_Pokemon_SelectNature(u8 taskId)
|
|||
}
|
||||
static void DebugAction_Give_Pokemon_SelectAbility(u8 taskId)
|
||||
{
|
||||
u8 abilityId;
|
||||
u16 abilityId;
|
||||
u8 abilityCount = NUM_ABILITY_SLOTS - 1; //-1 for proper iteration
|
||||
u8 i = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue