diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 14:12:24 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 14:12:24 -0600 |
commit | cb9e9404c5d14b13b11da5a1ae045feac8e1af61 (patch) | |
tree | f54ecb23393855c3ba252b026d46aebe7b2b1853 /extras/gbz80disasm.py | |
parent | 464f06ced7a68a676a6d4efbdfc202c2bb7970e5 (diff) |
replace call $3e6d -> call Predef
hg-commit-id: 8045c9d0d1a1
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 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(): |