mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
call $3927 -> call AddPokemonToParty
hg-commit-id: a4ec02195797
This commit is contained in:
parent
e8fdd637b6
commit
468d065715
3 changed files with 20 additions and 6 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue