trainer headers are 12 bytes

hg-commit-id: bac5f2cf5ed3
This commit is contained in:
Bryan Bishop 2012-01-24 15:37:31 -06:00
parent d2f4073eb9
commit ed39e6aa81

View file

@ -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