mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 01:14:19 +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)
|
if (gBaseStats[sDebugMonData->mon_speciesId].abilities[1] != ABILITY_NONE)
|
||||||
abilityCount++;
|
abilityCount++;
|
||||||
#ifdef POKEMON_EXPANSION
|
#ifdef POKEMON_EXPANSION
|
||||||
if (gBaseStats[sDebugMonData->mon_speciesId].abilityHidden != ABILITY_NONE)
|
if (gBaseStats[sDebugMonData->mon_speciesId].abilities[2] != ABILITY_NONE)
|
||||||
abilityCount++;
|
abilityCount++;
|
||||||
#endif
|
#endif
|
||||||
if (gMain.newKeys & DPAD_ANY)
|
if (gMain.newKeys & DPAD_ANY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user