shithub: pokecrystal

Download patch

ref: 9a20ba1d3f8b5680773bc65ed8497d2519ccb421
parent: a98dcc1745dac35420d8d37d7578123919038485
author: Bryan Bishop <kanzure@gmail.com>
date: Wed Feb 27 23:32:28 EST 2013

remove code slop

--- a/extras/vba.py
+++ b/extras/vba.py
@@ -517,13 +517,6 @@
         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.
--