Fixes move remembering issue when unfusing

This commit is contained in:
chardub
2025-04-10 19:52:18 -04:00
parent e1b6d7e7a9
commit be2edbef70
5 changed files with 5 additions and 6 deletions

View File

@@ -62,6 +62,7 @@ class PokeRadar_UI
def addPokemonIcon(species, blackened = false, rare=false)
pokemonId=dexNum(species)
return if !pokemonId
iconId = _INTL("{1}", species)
pokemonBitmap = pbCheckPokemonIconFiles(species)