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 | 9a20ba1d3f8b5680773bc65ed8497d2519ccb421 (patch) | |
tree | cb0681af936377f704ad686074fd24558a5459b5 /extras/vba.py | |
parent | a98dcc1745dac35420d8d37d7578123919038485 (diff) |
remove code slop
Diffstat (limited to 'extras/vba.py')
-rw-r--r-- | extras/vba.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extras/vba.py b/extras/vba.py index 5c6ebfbeb..4890a79b6 100644 --- a/extras/vba.py +++ b/extras/vba.py @@ -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. |