diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-10 23:05:31 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-10 23:05:31 -0600 |
commit | b94aaa38829dc96804ca35b01d1db92fe77f914b (patch) | |
tree | dd7d3d509459fd2871ad3533981507e7b420198d | |
parent | 44ef6852f4d24f075ae58373d329e681151ccb62 (diff) |
remove more dead code
-rw-r--r-- | pokemontools/vba/vba.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pokemontools/vba/vba.py b/pokemontools/vba/vba.py index 3e3d66d..0dac63f 100644 --- a/pokemontools/vba/vba.py +++ b/pokemontools/vba/vba.py @@ -1112,20 +1112,3 @@ class crystal(object): """ RockSmashBattleScript_address = 0x97cf9 self.call_script(RockSmashBattleScript_address) - - #def attempt_start_random_battle_by_wild_battle(self): - # start_wild_battle = 0x3f4dd - # #self.call(start_wild_battle) - # #self.vba.registers["pc"] = ... - - # why is this here? - def old_crap(self): - CallScript_address = 0x261f - RockSmashBattleScript_address = 0x97cf9 - RockSmashEncounter_address = 0x97cc0 - StartBattle_address = 0x3f4c1 - ScriptRunning = 0xd438 - ScriptBank = 0xd439 - ScriptPos = 0xd43a - start_wild_battle = 0x3f4dd - script = 0x1a1dc6 |