Updated to mkxp-z v2.1.1, renamed and rearranged some script files

This commit is contained in:
Maruno17
2021-04-04 16:24:46 +01:00
parent afd76503b2
commit 5b0960337a
92 changed files with 916 additions and 927 deletions

View File

@@ -286,7 +286,7 @@ class PokeBattle_Battler
#=============================================================================
def pbUpdate(fullChange=false)
return if !@pokemon
@pokemon.calcStats
@pokemon.calc_stats
@level = @pokemon.level
@hp = @pokemon.hp
@totalhp = @pokemon.totalhp