diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 02:11:54 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-10 02:11:54 -0600 |
commit | 468d065715f0ff89dc59bae90aa857d1ea34ec59 (patch) | |
tree | c6e2741db081d42ee3a0bd511c03749685197df5 /extras/gbz80disasm.py | |
parent | e8fdd637b600cfc886e37d0bff40fcba1430c720 (diff) |
call $3927 -> call AddPokemonToParty
hg-commit-id: a4ec02195797
Diffstat (limited to 'extras/gbz80disasm.py')
-rw-r--r-- | extras/gbz80disasm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/gbz80disasm.py b/extras/gbz80disasm.py index 76eaab36..be52cb52 100644 --- a/extras/gbz80disasm.py +++ b/extras/gbz80disasm.py @@ -712,4 +712,4 @@ if __name__ == "__main__": #0x18f96 is PalletTownText1 #0x19B5D is BluesHouseText1 - print output_bank_opcodes(0x3e48)[0] + print output_bank_opcodes(0x3927)[0] |