mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-04 11:36:47 -05:00
Fix debug ability u8 (#4576)
This commit is contained in:
parent
35362fbd24
commit
bbb6ade9e8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user