From a8126e077b59168c054f4b4510850a1612a43752 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 12 Jan 2012 15:48:28 -0600 Subject: update gbz80disasm for TextScriptEnd hg-commit-id: f519c306bc00 --- extras/gbz80disasm.py | 1 + 1 file changed, 1 insertion(+) (limited to 'extras/gbz80disasm.py') 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(): -- cgit v1.2.3