mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-09 19:46:27 -05:00
Fix upcoming compile (#6804)
This commit is contained in:
@@ -2552,7 +2552,7 @@ static void PrintBattlerOnAbilityPopUp(u8 battlerId, u8 spriteId1, u8 spriteId2)
|
||||
if (illusionMon != NULL)
|
||||
GetMonData(illusionMon, MON_DATA_NICKNAME, nick);
|
||||
else
|
||||
GetMonData(GetPartyBattlerData(battlerId), MON_DATA_NICKNAME, nick);
|
||||
GetMonData(GetBattlerMon(battlerId), MON_DATA_NICKNAME, nick);
|
||||
|
||||
for (i = 0; i < POKEMON_NAME_LENGTH; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user