From cb9e9404c5d14b13b11da5a1ae045feac8e1af61 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 10 Jan 2012 14:12:24 -0600 Subject: replace call $3e6d -> call Predef hg-commit-id: 8045c9d0d1a1 --- extras/gbz80disasm.py | 1 + 1 file changed, 1 insertion(+) (limited to 'extras') diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index f7e543b3..7b12f4a4 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -550,6 +550,7 @@ asm_commands = { "3dd7": "Delay3", "3e2e": "GiveItem", "2f9e": "GetMonName", + "3e6d": "Predef", #library of pre-defined asm routines } def random_asm_label(): -- cgit v1.3.1-sl0p