mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-12 08:15:00 +13:00
trainer headers are 12 bytes
hg-commit-id: bac5f2cf5ed3
This commit is contained in:
parent
d2f4073eb9
commit
ed39e6aa81
|
|
@ -91,9 +91,9 @@ def pretty_print_trainer_header(address, label=None):
|
||||||
label = "$" + hex(partial_pointer)[2:]
|
label = "$" + hex(partial_pointer)[2:]
|
||||||
#sys.exit(0)
|
#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
|
return output
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue