Fleshed out Animation Editor's chooser screen, added lots of example animation PBS files

This commit is contained in:
Maruno17
2023-11-30 22:16:42 +00:00
parent 5553218507
commit b69f1fc5a6
241 changed files with 24533 additions and 104 deletions

View File

@@ -226,6 +226,10 @@ module GameData
return [:common, :opp_common].include?(@type)
end
def opposing_animation?
return [:opp_move, :opp_common].include?(@type)
end
alias __new_anim__get_property_for_PBS get_property_for_PBS unless method_defined?(:__new_anim__get_property_for_PBS)
def get_property_for_PBS(key)
ret = __new_anim__get_property_for_PBS(key)