mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-19 01:44:20 +01:00
Fix PSS icons not disappearing when learning mvoe
This commit is contained in:
parent
842e379a7b
commit
b0f46c68b9
@ -2971,7 +2971,10 @@ static void ClearPageWindowTilemaps(u8 page)
|
||||
if (pssData->mode == PSS_MODE_SELECT_MOVE)
|
||||
{
|
||||
if (pssData->newMove != MOVE_NONE || pssData->firstMoveIndex != MAX_MON_MOVES)
|
||||
{
|
||||
ClearWindowTilemap(14);
|
||||
gSprites[pssData->splitIconSpriteId].invisible = TRUE;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user