mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
6.6.1 patch
This commit is contained in:
BIN
Data/.DS_Store
vendored
BIN
Data/.DS_Store
vendored
Binary file not shown.
8
Data/.idea/.gitignore
generated
vendored
8
Data/.idea/.gitignore
generated
vendored
@@ -1,8 +0,0 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Datasource local storage ignored files
|
||||
/../../../../../../../../../../../:\Users\charl\Documents\Jeux\rpgmaker\infinitefusion\dev\infinitefusion-e18\Data\.idea/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
11
Data/.idea/Data.iml
generated
11
Data/.idea/Data.iml
generated
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="RUBY_MODULE" version="4">
|
||||
<component name="ModuleRunConfigurationManager">
|
||||
<shared />
|
||||
</component>
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
8
Data/.idea/modules.xml
generated
8
Data/.idea/modules.xml
generated
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/Data.iml" filepath="$PROJECT_DIR$/.idea/Data.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
6
Data/.idea/vcs.xml
generated
6
Data/.idea/vcs.xml
generated
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -5,8 +5,8 @@
|
||||
#==============================================================================#
|
||||
module Settings
|
||||
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
|
||||
GAME_VERSION = '6.6.0'
|
||||
GAME_VERSION_NUMBER = "6.6.0"
|
||||
GAME_VERSION = '6.6.1'
|
||||
GAME_VERSION_NUMBER = "6.6.1"
|
||||
LATEST_GAME_RELEASE = "6.6"
|
||||
|
||||
POKERADAR_LIGHT_ANIMATION_RED_ID = 17
|
||||
|
||||
@@ -54,6 +54,17 @@ class TilemapRenderer
|
||||
1023 => "flowers_red[10]",
|
||||
1031 => "flowers_grey[10]",
|
||||
1039 => "flowers_white[10]",
|
||||
|
||||
#water cliffs
|
||||
1363 => "water_rock10", 1364 => "water_rock11",
|
||||
1389 => "water_rock01", 1391 => "water_rock09",
|
||||
1381 => "water_rock_shore08", 1382 => "water_rock_shore09",
|
||||
|
||||
1377 => "water_rock08", 1379 => "water_rock07",
|
||||
1384 => "water_rock_shore01", 1385 => "water_rock02", 1387 => "water_rock06", 1397 => "water_rock_shore07",
|
||||
1392 => "water_rock_shore02", 1393 =>"water_rock03", 1394 => "water_rock04", 1395 => "water_rock05", 1396 => "water_rock_shore06",
|
||||
1401 =>"water_rock_shore03", 1402 =>"water_rock_shore04", 1403 =>"water_rock_shore05",
|
||||
|
||||
},
|
||||
2 => { #small-town
|
||||
996 => "flowers_orange[10]",
|
||||
@@ -67,6 +78,32 @@ class TilemapRenderer
|
||||
|
||||
},
|
||||
|
||||
6 => { #Dewford Town
|
||||
|
||||
#water cliffs
|
||||
1363 => "water_rock10", 1364 => "water_rock11",
|
||||
1389 => "water_rock01", 1391 => "water_rock09",
|
||||
1381 => "water_rock_shore08", 1382 => "water_rock_shore09",
|
||||
|
||||
1377 => "water_rock08", 1379 => "water_rock07",
|
||||
1384 => "water_rock_shore01", 1385 => "water_rock02", 1387 => "water_rock06", 1397 => "water_rock_shore07",
|
||||
1392 => "water_rock_shore02", 1393 =>"water_rock03", 1394 => "water_rock04", 1395 => "water_rock05", 1396 => "water_rock_shore06",
|
||||
1401 =>"water_rock_shore03", 1402 =>"water_rock_shore04", 1403 =>"water_rock_shore05",
|
||||
},
|
||||
|
||||
7 => { #Sea Route
|
||||
|
||||
#water cliffs
|
||||
1363 => "water_rock10", 1364 => "water_rock11",
|
||||
1389 => "water_rock01", 1391 => "water_rock09",
|
||||
1381 => "water_rock_shore08", 1382 => "water_rock_shore09",
|
||||
|
||||
1377 => "water_rock08", 1379 => "water_rock07",
|
||||
1384 => "water_rock_shore01", 1385 => "water_rock02", 1387 => "water_rock06", 1397 => "water_rock_shore07",
|
||||
1392 => "water_rock_shore02", 1393 =>"water_rock03", 1394 => "water_rock04", 1395 => "water_rock05", 1396 => "water_rock_shore06",
|
||||
1401 =>"water_rock_shore03", 1402 =>"water_rock_shore04", 1403 =>"water_rock_shore05",
|
||||
},
|
||||
|
||||
|
||||
23 => { #outdoor
|
||||
1232 => "flowers_orange[10]",
|
||||
|
||||
@@ -251,4 +251,5 @@ def pbStartTrade(pokemonIndex,newpoke,nickname,trainerName,trainerGender=0,saveg
|
||||
$Trainer.party[pokemonIndex] = yourPokemon
|
||||
|
||||
setDialogIconOff(@event_id) if @event_id
|
||||
return yourPokemon
|
||||
end
|
||||
|
||||
@@ -180,8 +180,8 @@ class HallOfFame_Scene
|
||||
if !@singlerow
|
||||
ret = 92 + 128 * ypositionformula(battlernumber) / 2
|
||||
else
|
||||
y_position_base = 200
|
||||
height_increase = 30
|
||||
y_position_base = 125
|
||||
height_increase = 20
|
||||
# Calculate the decrement based on the battlernumber:
|
||||
# Each pair (1-2, 3-4, etc.) will decrease y by height_increase
|
||||
y_decrement = 40 - height_increase * (battlernumber / 2)
|
||||
|
||||
@@ -1231,7 +1231,8 @@ class PokemonPartyScreen
|
||||
splicerItem = selectSplicer()
|
||||
return unless splicerItem
|
||||
if pbDNASplicing(pokemon,@scene,splicerItem)
|
||||
$PokemonBag.pbDeleteItem(splicerItem, 1) unless splicerItem == :INFINITESPLICERS || splicerItem == :INFINITESPLICER2
|
||||
echoln splicerItem
|
||||
$PokemonBag.pbDeleteItem(splicerItem, 1) unless splicerItem == :INFINITESPLICERS || splicerItem == :INFINITESPLICERS2
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -128,6 +128,10 @@ def pbWonderTrade(lvl, except = [], except2 = [], premiumWonderTrade = true)
|
||||
tname = getSpriterCreditForDexNumber(species)
|
||||
tname = randTrainerNames[rand(randTrainerNames.size)] if ! tname
|
||||
newpoke = pbStartTrade(pbGet(1), species, pname, tname, 0, true) # Starts the trade
|
||||
|
||||
echoln newpoke
|
||||
echholn newpoke.species
|
||||
|
||||
#lower level by 1 to prevent abuse
|
||||
if poke.level > 25
|
||||
newpoke.level = poke.level - 1
|
||||
|
||||
@@ -76,6 +76,7 @@ end
|
||||
def get_current_map_weather_icon
|
||||
return if !$game_weather
|
||||
current_weather= $game_weather.current_weather[$game_map.map_id]
|
||||
return if !current_weather
|
||||
weather_type = current_weather[0]
|
||||
weather_intensity = current_weather[1]
|
||||
icon = get_full_weather_icon_name(weather_type,weather_intensity)
|
||||
|
||||
@@ -125,10 +125,15 @@ Events.onStepTaken += proc { |sender, e|
|
||||
$game_temp.surf_patches.delete_at(index)
|
||||
echoln "surf patch encounter!"
|
||||
wild_pokemon = $PokemonEncounters.choose_wild_pokemon(:Water)
|
||||
species = wild_pokemon[0]
|
||||
level = wild_pokemon[1]
|
||||
pbWildBattle(species, level)
|
||||
break
|
||||
if wild_pokemon
|
||||
species = wild_pokemon[0]
|
||||
level = wild_pokemon[1]
|
||||
pbWildBattle(species, level)
|
||||
break
|
||||
else
|
||||
pbItemBall(:OLDBOOT)
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user