Pokemon no longer get healed in PC

This commit is contained in:
infinitefusion
2023-07-01 17:37:51 -04:00
parent 368c5d4fc0
commit 9c8f9e9437
3 changed files with 8 additions and 4 deletions

View File

@@ -1875,7 +1875,11 @@ ItemHandlers::UseInField.add(:BOXLINK, proc { |item|
if blacklisted_maps.include?($game_map.map_id)
Kernel.pbMessage("There doesn't seem to be any network coverage here...")
else
pbPokeCenterPC()
pbFadeOutIn {
scene = PokemonStorageScene.new
screen = PokemonStorageScreen.new(scene,$PokemonStorage)
screen.pbStartScreen(0) #Boot PC in organize mode
}
end
next 1
})