mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Moved battle music filenames to Settings, improved PluginManager's version comparer, removed player bump animation, fixed No Guard not applying to OHKO moves, can reuse the same Repel item quicker
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
# Evolution screen
|
||||
#===============================================================================
|
||||
class PokemonEvolutionScene
|
||||
EVOLUTION_BGM = "Evolution"
|
||||
|
||||
def self.pbDuplicatePokemon(pkmn, new_species)
|
||||
new_pkmn = pkmn.clone
|
||||
new_pkmn.species = new_species
|
||||
@@ -95,7 +97,7 @@ class PokemonEvolutionScene
|
||||
break if System.uptime - timer_start >= 1
|
||||
end
|
||||
pbMEPlay("Evolution start")
|
||||
pbBGMPlay("Evolution")
|
||||
pbBGMPlay(EVOLUTION_BGM)
|
||||
canceled = false
|
||||
timer_start = System.uptime
|
||||
loop do
|
||||
|
||||
Reference in New Issue
Block a user