mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +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:
@@ -10,6 +10,8 @@
|
||||
# Graphics/Battlers/eggCracks.
|
||||
#===============================================================================
|
||||
class PokemonEggHatch_Scene
|
||||
EGG_HATCH_BGM = "Evolution"
|
||||
|
||||
def pbStartScene(pokemon)
|
||||
@sprites = {}
|
||||
@pokemon = pokemon
|
||||
@@ -50,7 +52,7 @@ class PokemonEggHatch_Scene
|
||||
end
|
||||
|
||||
def pbMain
|
||||
pbBGMPlay("Evolution")
|
||||
pbBGMPlay(EGG_HATCH_BGM)
|
||||
# Egg animation
|
||||
updateScene(1.5)
|
||||
pbPositionHatchMask(0)
|
||||
|
||||
Reference in New Issue
Block a user