diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-02-28 04:32:28 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-02-28 04:32:28 -0600 |
commit | cd19630af598e010fab3a290854d45c3bd16fd38 (patch) | |
tree | d550e09905bcb6778ae54d532d2d0a864f2196dd /vba.py | |
parent | 7facd466274481658b213bf13d1add294697a107 (diff) |
remove code slop
original-commit-id: 9a20ba1d3f8b5680773bc65ed8497d2519ccb421
Diffstat (limited to 'vba.py')
-rw-r--r-- | vba.py | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -517,13 +517,6 @@ class crystal: set_memory_at(0xcfa9, id) @staticmethod - def warp_to(map_group_id, map_id): - """ - Warp to a different map. Because I said so. - """ - raise NotImplementedError - - @staticmethod def is_in_battle(): """ Checks whether or not we're in a battle. |