mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-24 23:28:16 -05:00
Fix upcoming compile (#6804)
This commit is contained in:
parent
48c08c0368
commit
eee78ddfb9
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user