mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
silph co. 5.1
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Data/Map774.rxdata
Normal file
BIN
Data/Map774.rxdata
Normal file
Binary file not shown.
Binary file not shown.
@@ -166,7 +166,7 @@ module Settings
|
|||||||
BADGE_FOR_CUT = 1
|
BADGE_FOR_CUT = 1
|
||||||
BADGE_FOR_FLASH = 1
|
BADGE_FOR_FLASH = 1
|
||||||
BADGE_FOR_ROCKSMASH = 0
|
BADGE_FOR_ROCKSMASH = 0
|
||||||
BADGE_FOR_SURF = 5
|
BADGE_FOR_SURF = 6
|
||||||
BADGE_FOR_FLY = 3
|
BADGE_FOR_FLY = 3
|
||||||
BADGE_FOR_STRENGTH = 5
|
BADGE_FOR_STRENGTH = 5
|
||||||
BADGE_FOR_DIVE = 9
|
BADGE_FOR_DIVE = 9
|
||||||
|
|||||||
@@ -390,8 +390,8 @@ Events.onAction += proc { |_sender, _e|
|
|||||||
break
|
break
|
||||||
end
|
end
|
||||||
if surface_map_id &&
|
if surface_map_id &&
|
||||||
#$MapFactory.getTerrainTag(surface_map_id, $game_player.x, $game_player.y).can_dive
|
$MapFactory.getTerrainTag(surface_map_id, $game_player.x, $game_player.y).can_dive
|
||||||
$MapFactory.getTerrainTag(surface_map_id, $game_player.x, $game_player.y).can_surf
|
#$MapFactory.getTerrainTag(surface_map_id, $game_player.x, $game_player.y).can_surf
|
||||||
pbSurfacing
|
pbSurfacing
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -147,6 +147,12 @@ module GameData
|
|||||||
return sprintf(base_path + "144.145.146")
|
return sprintf(base_path + "144.145.146")
|
||||||
when Settings::ZAPMOLCUNO_NB + 22 #birdBoss right
|
when Settings::ZAPMOLCUNO_NB + 22 #birdBoss right
|
||||||
return sprintf(base_path +"invisible")
|
return sprintf(base_path +"invisible")
|
||||||
|
when Settings::ZAPMOLCUNO_NB + 23 #sinnohboss left
|
||||||
|
return sprintf(base_path +"invisible")
|
||||||
|
when Settings::ZAPMOLCUNO_NB + 24 #sinnohboss middle
|
||||||
|
return sprintf(base_path +"343.344.345")
|
||||||
|
when Settings::ZAPMOLCUNO_NB + 25 #sinnohboss right
|
||||||
|
return sprintf(base_path +"invisible")
|
||||||
else
|
else
|
||||||
return sprintf(base_path + "000")
|
return sprintf(base_path + "000")
|
||||||
end
|
end
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1980,21 +1980,21 @@ Pokemon = B67H72,31 #Tentachoke,
|
|||||||
[ROCKETBOSS,Giovanni,0]
|
[ROCKETBOSS,Giovanni,0]
|
||||||
Items = MAXPOTION
|
Items = MAXPOTION
|
||||||
Pokemon = B95H24,32 #Arbix,
|
Pokemon = B95H24,32 #Arbix,
|
||||||
Ball = ROCKETBALL
|
Ball = ULTRABALL
|
||||||
Pokemon = B131H111,32 #Rhyras,
|
Pokemon = B131H111,32 #Rhyras,
|
||||||
Ball = ROCKETBALL
|
Ball = ULTRABALL
|
||||||
Pokemon = B115H93,35 #Hauntkan,
|
Pokemon = B115H93,35 #Hauntkan,
|
||||||
Ball = ROCKETBALL
|
Ball = ULTRABALL
|
||||||
[ROCKETBOSS,Giovanni,4] #Silph co
|
[ROCKETBOSS,Giovanni,4] #Silph co
|
||||||
Items = MAXPOTION
|
Items = MAXPOTION
|
||||||
Pokemon = B33H57,45 #nidorino + primeape
|
Pokemon = B33H57,45 #nidorino + primeape
|
||||||
Ball = ROCKETBALL
|
Ball = ULTRABALL
|
||||||
Pokemon = B131H112,45 #rhydon + lapras
|
Pokemon = B131H112,45 #rhydon + lapras
|
||||||
Ball = ROCKETBALL
|
Ball = ULTRABALL
|
||||||
Pokemon = B115H94,47 #gengar + kangaskhan
|
Pokemon = B115H94,47 #gengar + kangaskhan
|
||||||
Ball = ROCKETBALL
|
Ball = ULTRABALL
|
||||||
Pokemon = B31H28,51 #nidoqueen + Sandslash
|
Pokemon = B31H28,51 #nidoqueen + Sandslash
|
||||||
Ball = ROCKETBALL
|
Ball = ULTRABALL
|
||||||
|
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
@@ -2237,42 +2237,61 @@ Pokemon = B131H265,50 #Rhyras,
|
|||||||
Moves = SURF,BULLDOZE,SANDSTORM,SING
|
Moves = SURF,BULLDOZE,SANDSTORM,SING
|
||||||
AbilityIndex = 1
|
AbilityIndex = 1
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
|
|
||||||
Pokemon = B51H125,50 #Electatrio,
|
Pokemon = B51H125,50 #Electatrio,
|
||||||
Moves = BULLDOZE,LIGHTSCREEN,THUNDERWAVE,DISCHARGE
|
Moves = BULLDOZE,LIGHTSCREEN,THUNDERWAVE,DISCHARGE
|
||||||
AbilityIndex = 0
|
AbilityIndex = 0
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
|
|
||||||
Pokemon = B68H76,52 #GOLCHAMP,
|
Pokemon = B68H76,52 #GOLCHAMP,
|
||||||
Moves = EARTHQUAKE,DYNAMICPUNCH,COUNTER,SCARYFACE
|
Moves = EARTHQUAKE,DYNAMICPUNCH,COUNTER,SCARYFACE
|
||||||
AbilityIndex = 0
|
AbilityIndex = 0
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
|
|
||||||
Pokemon = B248H273,54 #DNIDOKING,
|
Pokemon = B248H273,54 #DNIDOKING,
|
||||||
Moves = EARTHQUAKE,THRASH,MEGAHORN,POISONJAB
|
Moves = EARTHQUAKE,THRASH,MEGAHORN,POISONJAB
|
||||||
AbilityIndex = 1
|
AbilityIndex = 1
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
|
|
||||||
Pokemon = B143H112,54 #snordon,
|
Pokemon = B143H112,54 #snordon,
|
||||||
Moves = EARTHQUAKE,REST,SNORE,HORNDRILL
|
Moves = EARTHQUAKE,REST,SNORE,HORNDRILL
|
||||||
AbilityIndex = 0
|
AbilityIndex = 0
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
|
|
||||||
[LEADER_Giovanni,Giovanni,1]
|
[LEADER_Giovanni,Giovanni,1]
|
||||||
Items = FULLRESTORE,FULLRESTORE
|
Items = FULLRESTORE,FULLRESTORE
|
||||||
Pokemon = B131H265,72 #Rhyras,
|
Pokemon = B131H265,72 #Rhyras,
|
||||||
Moves = SURF,BULLDOZE,SANDSTORM,SING
|
Moves = SURF,BULLDOZE,SANDSTORM,SING
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
|
|
||||||
Pokemon = B51H125,73 #Electatrio,
|
Pokemon = B51H125,73 #Electatrio,
|
||||||
Moves = BULLDOZE,LIGHTSCREEN,THUNDERWAVE,DISCHARGE
|
Moves = BULLDOZE,LIGHTSCREEN,THUNDERWAVE,DISCHARGE
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
|
|
||||||
Pokemon = B68H76,74 #GOLCHAMP,
|
Pokemon = B68H76,74 #GOLCHAMP,
|
||||||
Moves = EARTHQUAKE,DYNAMICPUNCH,COUNTER,SCARYFACE
|
Moves = EARTHQUAKE,DYNAMICPUNCH,COUNTER,SCARYFACE
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
|
|
||||||
Pokemon = B248H273,72 #DNIDOKING,
|
Pokemon = B248H273,72 #DNIDOKING,
|
||||||
Moves = EARTHQUAKE,THRASH,MEGAHORN,POISONJAB
|
Moves = EARTHQUAKE,THRASH,MEGAHORN,POISONJAB
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
|
|
||||||
Pokemon = B143H112,75 #Nidon,
|
Pokemon = B143H112,75 #Nidon,
|
||||||
Moves = EARTHQUAKE,REST,SNORE,HORNDRILL
|
Moves = EARTHQUAKE,REST,SNORE,HORNDRILL
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
Pokemon = B299H248,75 #TYRANCHOMP
|
Pokemon = B299H248,75 #TYRANCHOMP
|
||||||
Item = SOFTSAND
|
Item = SOFTSAND
|
||||||
|
Ball = ULTRABALL
|
||||||
#######################
|
#######################
|
||||||
#### E4 ###############
|
#### E4 ###############
|
||||||
###################
|
###################
|
||||||
@@ -3556,17 +3575,17 @@ Pokemon = BIRDBOSS,50 #
|
|||||||
|
|
||||||
[ROCKETBOSS,Giovanni,5]
|
[ROCKETBOSS,Giovanni,5]
|
||||||
Items = FULLHEAL,FULLHEAL,FULLHEAL
|
Items = FULLHEAL,FULLHEAL,FULLHEAL
|
||||||
Pokemon = BIRDBOSS_3,60 # #Articuno
|
Pokemon = BIRDBOSS_3,50 # #Articuno
|
||||||
Moves = HAZE,REFLECT,ICEBEAM,ROOST
|
Moves = HAZE,REFLECT,ICEBEAM,ROOST
|
||||||
Ball = INVISIBALL
|
Ball = INVISIBALL
|
||||||
AbilityIndex = 0
|
AbilityIndex = 0
|
||||||
Item = CHARTIBERRY
|
Item = CHARTIBERRY
|
||||||
Pokemon = BIRDBOSS_2,60 # #Moltres
|
Pokemon = BIRDBOSS_2,50 # #Moltres
|
||||||
Moves = TAILWIND,SAFEGUARD,FLAMETHROWER,ROOST
|
Moves = TAILWIND,SAFEGUARD,FLAMETHROWER,ROOST
|
||||||
Ball = MASTERBALL
|
Ball = MASTERBALL
|
||||||
AbilityIndex = 0
|
AbilityIndex = 0
|
||||||
Item = CHARTIBERRY
|
Item = CHARTIBERRY
|
||||||
Pokemon = BIRDBOSS_1,60 # #Zapdos
|
Pokemon = BIRDBOSS_1,50 # #Zapdos
|
||||||
Moves = LIGHTSCREEN,THUNDERBOLT,DRILLPECK,ROOST
|
Moves = LIGHTSCREEN,THUNDERBOLT,DRILLPECK,ROOST
|
||||||
Ball = INVISIBALL
|
Ball = INVISIBALL
|
||||||
AbilityIndex = 0
|
AbilityIndex = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user