mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
Added support for large events, allowed field move-related event names to have other text in their names
This commit is contained in:
@@ -336,7 +336,7 @@ end
|
||||
#===============================================================================
|
||||
def pbBikeCheck
|
||||
if $PokemonGlobal.surfing || $PokemonGlobal.diving ||
|
||||
(!$PokemonGlobal.bicycle && pbGetTerrainTag.must_walk)
|
||||
(!$PokemonGlobal.bicycle && $game_player.pbTerrainTag.must_walk)
|
||||
pbMessage(_INTL("Can't use that here."))
|
||||
return false
|
||||
end
|
||||
@@ -360,7 +360,7 @@ def pbBikeCheck
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Find the closest hidden item (for Iremfinder)
|
||||
# Find the closest hidden item (for Itemfinder)
|
||||
#===============================================================================
|
||||
def pbClosestHiddenItem
|
||||
result = []
|
||||
|
||||
Reference in New Issue
Block a user