summaryrefslogtreecommitdiff
path: root/extras/gbz80disasm.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-10 13:44:54 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-10 13:44:54 -0600
commit76dc9b8170ad6653f5436cad3246e5a0ebd2f267 (patch)
tree785d964b5d263380ea4346a738dfd8e22a6be279 /extras/gbz80disasm.py
parentd9b994bf476246be1fca37ffebad27fb7e26a348 (diff)
call $2f9e -> call GetMonName
hg-commit-id: 7bb690c08a4d
Diffstat (limited to 'extras/gbz80disasm.py')
-rw-r--r--extras/gbz80disasm.py1
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():