From 468d065715f0ff89dc59bae90aa857d1ea34ec59 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 10 Jan 2012 02:11:54 -0600 Subject: call $3927 -> call AddPokemonToParty hg-commit-id: a4ec02195797 --- extras/gbz80disasm.py | 2 +- extras/insert_texts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extras') 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] diff --git a/extras/insert_texts.py b/extras/insert_texts.py index 1e190545..9c73dc7b 100644 --- a/extras/insert_texts.py +++ b/extras/insert_texts.py @@ -424,7 +424,7 @@ if __name__ == "__main__": #insert_08_asm(83, 1) #insert_all_08s() - insert_asm(0x3e48, "GivePokemon") + insert_asm(0x3927, "AddPokemonToParty") print "-- FAILED ATTEMPTS --" print str(failed_attempts) -- cgit v1.3.1-sl0p