From 8d8258f5e6215f5d818ca81f838b33f3de822a89 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 21 Jan 2012 17:38:16 -0600 Subject: replaced $3e2e with GiveItem in some texts hg-commit-id: dda17ec62888 --- extras/gbz80disasm.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extras') diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index dbfb4e32..63e4959b 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -566,6 +566,8 @@ asm_commands = { "24d7": "TextScriptEnd", "3e5c": "GenRandom", #bank 4 "6581": "ItemUseNotTime", + "3a87": "AddNTimes", + "3dab": "IsInArray", #bank 3 } def random_asm_label(): -- cgit v1.3.1-sl0p