diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-24 02:47:39 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-24 02:47:39 -0600 |
commit | 52b72f0012fe7a5f73b81c8ef6fdc36fa76872e2 (patch) | |
tree | a6e703548cb53ad49ea0ec09027775202857603f /extras | |
parent | e74e33a4f340d2301470a5c5b260532574250f88 (diff) |
TextEndBattle is only used once
hg-commit-id: c038c49301fc
Diffstat (limited to 'extras')
-rw-r--r-- | extras/pretty_trainer_headers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/pretty_trainer_headers.py b/extras/pretty_trainer_headers.py index 69e06d81..5d0f56a9 100644 --- a/extras/pretty_trainer_headers.py +++ b/extras/pretty_trainer_headers.py @@ -91,7 +91,7 @@ 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" |