diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 15:48:28 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 15:48:28 -0600 |
commit | a8126e077b59168c054f4b4510850a1612a43752 (patch) | |
tree | a991451ec32b4ee6ef00625dc67444471baaee91 /extras/gbz80disasm.py | |
parent | 9d23949741e871c21aee274eeb2871c443f2d508 (diff) |
update gbz80disasm for TextScriptEnd
hg-commit-id: f519c306bc00
Diffstat (limited to 'extras/gbz80disasm.py')
-rw-r--r-- | extras/gbz80disasm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index aa01691c..496e46f1 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -563,6 +563,7 @@ asm_commands = { "3e6d": "Predef", #library of pre-defined asm routines "00b5": "CopyData", "2ff3": "GetMachineName", + "24d7": "TextScriptEnd", } def random_asm_label(): |