Implemented Battle Debug Menu (#130)

* initial commit to setup game.ini
* renamed title of masters Game.ini
* reenabled gitignore for Game.ini
* Between Commit
* Finished Battle Debug Menu
* Clean up for pull request
* Manual fixes
* Fixed oversight where numerical min/max wasm't considered
This commit is contained in:
Alexander Pahn
2021-11-24 20:24:13 +01:00
committed by GitHub
parent a9426b0802
commit 7c48148d35
6 changed files with 1449 additions and 2 deletions

View File

@@ -157,8 +157,7 @@ class PokeBattle_Battle
end
def pbDebugMenu
# NOTE: This doesn't do anything yet. Maybe you can write your own debugging
# options!
pbBattleDebug(self)
end
#=============================================================================