mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 05:34:58 +00:00
Updated HM/expAll/Switch Messages. (#156)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user