mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-28 21:30:45 +01:00
Small change to hidden ability (#3)
This commit is contained in:
parent
c92c3456b1
commit
4e98c268c1
@ -1970,7 +1970,7 @@ static void DebugAction_Give_Pokemon_SelectAbility(u8 taskId)
|
||||
if (gBaseStats[sDebugMonData->mon_speciesId].abilities[1] != ABILITY_NONE)
|
||||
abilityCount++;
|
||||
#ifdef POKEMON_EXPANSION
|
||||
if (gBaseStats[sDebugMonData->mon_speciesId].abilityHidden != ABILITY_NONE)
|
||||
if (gBaseStats[sDebugMonData->mon_speciesId].abilities[2] != ABILITY_NONE)
|
||||
abilityCount++;
|
||||
#endif
|
||||
if (gMain.newKeys & DPAD_ANY)
|
||||
|
Loading…
Reference in New Issue
Block a user