Fixes super splicers not working correctly from PC

This commit is contained in:
infinitefusion
2023-11-14 19:37:29 -05:00
parent 2635217407
commit e292078d17
2 changed files with 1 additions and 1 deletions

View File

@@ -2319,7 +2319,7 @@ class PokemonStorageScreen
if (Kernel.pbConfirmMessage(_INTL("Fuse the two Pokémon?")))
playingBGM = $game_system.getPlayingBGM
pbFuse(selectedHead, selectedBase, isSuperSplicer)
pbFuse(selectedHead, selectedBase, @fusionItem)
if canDeleteItem(@fusionItem)
$PokemonBag.pbDeleteItem(@fusionItem)
end