Improved Debug running options in battle, allowed Debug running from battle by choosing Call, removed support for save files in the old save location

This commit is contained in:
Maruno17
2022-10-02 16:01:35 +01:00
parent 88dc215417
commit 4ddf689887
4 changed files with 38 additions and 33 deletions

View File

@@ -36,6 +36,9 @@ class Battle
end
def pbCall(idxBattler)
# Debug ending the battle
return if pbDebugRun != 0
# Call the battler
battler = @battlers[idxBattler]
trainerName = pbGetOwnerName(idxBattler)
pbDisplay(_INTL("{1} called {2}!", trainerName, battler.pbThis(true)))