mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-21 13:45:59 +00:00
moonlight & morning sun field moves + fishing items
This commit is contained in:
@@ -154,7 +154,7 @@ end
|
||||
def pbChooseMoveList(default = nil)
|
||||
commands = []
|
||||
GameData::Move.each { |i| commands.push([i.id_number, i.real_name, i.id]) }
|
||||
return pbChooseList(commands, default, nil, -1)
|
||||
return pbChooseList(commands, default, nil, 1)
|
||||
end
|
||||
|
||||
def pbChooseMoveListForSpecies(species, defaultMoveID = nil)
|
||||
|
||||
@@ -16,6 +16,8 @@ end
|
||||
|
||||
def pbWarpToMapFly
|
||||
pbBetterRegionMap(0,true,true,false,nil,true)
|
||||
$game_screen.weather(:None,0,0)
|
||||
$game_map.refresh
|
||||
end
|
||||
|
||||
def pbWarpToMap
|
||||
|
||||
Reference in New Issue
Block a user