Rewrote Debug menus to store options in self-contained handlers

This commit is contained in:
Maruno17
2020-12-30 01:02:18 +00:00
parent fb29c6b760
commit f4821f212f
10 changed files with 2435 additions and 1788 deletions

View File

@@ -1449,6 +1449,7 @@ end
class PokemonStorageScreen
attr_reader :scene
attr_reader :storage
attr_accessor :heldpkmn
def initialize(scene,storage)
@scene = scene