call $3927 -> call AddPokemonToParty

hg-commit-id: a4ec02195797
This commit is contained in:
Bryan Bishop 2012-01-10 02:11:54 -06:00
parent e8fdd637b6
commit 468d065715
3 changed files with 20 additions and 6 deletions

View file

@ -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]

View file

@ -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)