summaryrefslogtreecommitdiff
path: root/extras/pretty_trainer_headers.py
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2012-01-24 14:20:54 -0800
committerYamaArashi <shadow962@live.com>2012-01-24 14:20:54 -0800
commit5db0415c5bdc797c3ea46fd6ff082ce49f43b7e0 (patch)
treed69a6885e3985090500d98b7785d3be4e2085e9d /extras/pretty_trainer_headers.py
parent7069593eeba657581732b1bc0c895ca66f590f04 (diff)
parent3374c25ba55169fb6974df338a3125091971d0d6 (diff)
Merge
hg-commit-id: 1e9d3729adac
Diffstat (limited to 'extras/pretty_trainer_headers.py')
-rw-r--r--extras/pretty_trainer_headers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/pretty_trainer_headers.py b/extras/pretty_trainer_headers.py
index 5d0f56a9..4c10f56e 100644
--- a/extras/pretty_trainer_headers.py
+++ b/extras/pretty_trainer_headers.py
@@ -91,9 +91,9 @@ def pretty_print_trainer_header(address, label=None):
label = "$" + hex(partial_pointer)[2:]
#sys.exit(0)
- #output += spacing + "dw " + label + " ; " + hex(partial_pointer) + " TextEndBattle\n"
+ output += spacing + "dw " + label + " ; " + hex(partial_pointer) + " TextEndBattle\n"
- output += "; " + hex(address+10) + "\n"
+ output += "; " + hex(address+12) + "\n"
return output