mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-02-01 11:01:03 +00:00
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:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user