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/insert_texts.py | |
| parent | remove trailing whitespace (diff) | |
| download | pokeyellow-468d065715f0ff89dc59bae90aa857d1ea34ec59.tar.gz pokeyellow-468d065715f0ff89dc59bae90aa857d1ea34ec59.tar.xz pokeyellow-468d065715f0ff89dc59bae90aa857d1ea34ec59.zip | |
call $3927 -> call AddPokemonToParty
hg-commit-id: a4ec02195797
Diffstat (limited to 'extras/insert_texts.py')
| -rw-r--r-- | extras/insert_texts.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
