Added battle debug menu (access with F9)

This commit is contained in:
Maruno17
2021-12-05 20:24:20 +00:00
parent 3650a078e7
commit 95916e242e
7 changed files with 1776 additions and 4 deletions

View File

@@ -157,8 +157,13 @@ class Battle
end
def pbDebugMenu
# NOTE: This doesn't do anything yet. Maybe you can write your own debugging
# options!
pbBattleDebug(self)
@scene.pbRefreshEverything
allBattlers.each { |b| b.pbCheckFormOnWeatherChange }
pbEndPrimordialWeather
allBattlers.each { |b| b.pbAbilityOnTerrainChange }
allBattlers.each { |b| b.pbCheckFormOnMovesetChange }
allBattlers.each { |b| b.pbCheckFormOnStatusChange }
end
#=============================================================================