Updated HM/expAll/Switch Messages. (#156)

This commit is contained in:
Nathan-MV
2022-01-19 20:10:56 +00:00
committed by GitHub
parent 1279f8137e
commit e9afefb210
4 changed files with 22 additions and 23 deletions

View File

@@ -314,7 +314,7 @@ class PokemonRegionMap_Scene
($DEBUG && Input.press?(Input::CTRL)))
return healspot if @fly_map
name = pbGetMapNameFromId(healspot[0])
return healspot if pbConfirmMessage(_INTL("Would you like to fly to {1}?", name)) { pbUpdate }
return healspot if pbConfirmMessage(_INTL("Would you like to use Fly to go to {1}?", name)) { pbUpdate }
end
elsif Input.trigger?(Input::USE) && @editor # Intentionally after other USE input check
pbChangeMapLocation(@map_x, @map_y)