diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 13:44:54 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 13:44:54 -0600 |
commit | 76dc9b8170ad6653f5436cad3246e5a0ebd2f267 (patch) | |
tree | 785d964b5d263380ea4346a738dfd8e22a6be279 /extras/gbz80disasm.py | |
parent | d9b994bf476246be1fca37ffebad27fb7e26a348 (diff) |
call $2f9e -> call GetMonName
hg-commit-id: 7bb690c08a4d
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 0608980b..f7e543b3 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -549,6 +549,7 @@ asm_commands = { "3e48": "GivePokemon", "3dd7": "Delay3", "3e2e": "GiveItem", + "2f9e": "GetMonName", } def random_asm_label(): |