diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-21 17:38:16 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-21 17:38:16 -0600 |
| commit | 8d8258f5e6215f5d818ca81f838b33f3de822a89 (patch) | |
| tree | c709945c1f4ff95d7b9ebe832ea95b26405723f5 /extras | |
| parent | Add the list of TM/HM moves. (diff) | |
| download | pokeyellow-8d8258f5e6215f5d818ca81f838b33f3de822a89.tar.gz pokeyellow-8d8258f5e6215f5d818ca81f838b33f3de822a89.tar.xz pokeyellow-8d8258f5e6215f5d818ca81f838b33f3de822a89.zip | |
replaced $3e2e with GiveItem in some texts
hg-commit-id: dda17ec62888
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/gbz80disasm.py | 2 |
1 files changed, 2 insertions, 0 deletions
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(): |
