mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-22 14:26:01 +00:00
Merged class PokemonTemp into class Game_Temp
This commit is contained in:
@@ -138,7 +138,7 @@ def pbConvertAnimsToNewFormat
|
||||
end
|
||||
if count>0
|
||||
save_data(animations,"Data/PkmnAnimations.rxdata")
|
||||
$PokemonTemp.battleAnims = nil
|
||||
$game_temp.battle_animations_data = nil
|
||||
end
|
||||
pbMessage(_INTL("{1} animations converted to new format.",count))
|
||||
end
|
||||
|
||||
@@ -1021,7 +1021,7 @@ def animationEditorMain(animation)
|
||||
save_data(animation,"Data/PkmnAnimations.rxdata")
|
||||
end
|
||||
if pbConfirmMessage(_INTL("Exit from the editor?"))
|
||||
$PokemonTemp.battleAnims = nil
|
||||
$game_temp.battle_animations_data = nil
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user