diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 01:05:09 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 01:05:09 -0600 |
commit | 983b87069d1037bb4ad4eedb2ef769c398e0d084 (patch) | |
tree | 021b425efcb41c18992c5641ee0805f92a0e738e /extras | |
parent | 14f9f3fac754b205ba58cd8254432f7ec0d70ce6 (diff) |
call $3c49 -> call PrintText
hg-commit-id: 2d9bb23f9db3
Diffstat (limited to 'extras')
-rw-r--r-- | extras/gbz80disasm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index 61f2608f..43e93715 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -711,4 +711,4 @@ if __name__ == "__main__": #0x18f96 is PalletTownText1 #0x19B5D is BluesHouseText1 - print output_bank_opcodes(0x35ec)[0] + print output_bank_opcodes(0x3748)[0] |