shithub: pokecrystal

Download patch

ref: a06cb374ef12552ffd2404eac561c5eb1810b324
parent: d4508d9beda76be00c79296e88129a5dcfd908d2
author: Bryan Bishop <[email protected]>
date: Sun Apr 29 06:26:27 EDT 2012

remove old comment

--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2109,7 +2109,6 @@
             commands.append(cls)
             #current_address = cls.last_address + 1
             current_address += cls.size
-        #XXX set to "self" in script_parse_table when this moves into the Script class
         self.last_address = current_address
         script_parse_table[start_address:current_address] = self
         asm_output = "\n".join([command.to_asm() for command in commands])