From deb5bf89ae604a2b7d6ac942e77ade7d6b962b05 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 10 Jan 2012 14:31:38 -0600 Subject: call $00b5 -> call CopyData hg-commit-id: e6a487cf2186 --- extras/gbz80disasm.py | 1 + 1 file changed, 1 insertion(+) (limited to 'extras') diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index 7b12f4a4..cf4df80a 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -551,6 +551,7 @@ asm_commands = { "3e2e": "GiveItem", "2f9e": "GetMonName", "3e6d": "Predef", #library of pre-defined asm routines + "00b5": "CopyData", } def random_asm_label(): -- cgit v1.2.3