diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 12:55:54 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-12 12:55:54 -0600 |
commit | 1ae8e7e41e5fa184ec30498defb6ebc873178da8 (patch) | |
tree | 1611f3d5c313f017f62545efeb0cf8579e407bf9 /extras/insert_texts.py | |
parent | 7e35470fb18cb4d0ab144bb0b336294da53ba9ea (diff) |
insert $8 asm for NameRaterText1
hg-commit-id: dd9f5126d4a5
Diffstat (limited to 'extras/insert_texts.py')
-rw-r--r-- | extras/insert_texts.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/insert_texts.py b/extras/insert_texts.py index f850f001..561e80f7 100644 --- a/extras/insert_texts.py +++ b/extras/insert_texts.py @@ -459,7 +459,7 @@ if __name__ == "__main__": #insert_08_asm(83, 1) #insert_all_08s() - #insert_asm(0x758df, "CinnabarGymText1") + insert_asm(0x1da56, "NameRaterText1") #insert_text_label_tx_far(91, 1) missed_17s = [] #[[95, 1], [95, 2], [96, 1], [97, 1], [99, 1], [99, 2], [99, 3], [100, 1], [100, 2], [100, 3], [100, 4], [100, 5], [100, 6], [124, 8], [124, 10], [124, 12], [124, 16], [124, 17], [133, 3], [139, 1], [139, 2], [139, 3], [141, 2], [141, 3], [154, 2], [154, 3], [169, 4], [171, 2], [171, 3], [174, 2], [174, 3], [176, 4], [176, 5], [182, 3], [215, 5], [91, 2], [91, 3], [124, 8], [124, 10], [124, 12], [124, 16], [124, 17], [139, 1], [139, 2], [139, 3], [141, 2], [169, 4], [171, 2], [174, 2], [176, 4], [176, 5]] @@ -479,7 +479,7 @@ if __name__ == "__main__": #insert_text(0x44276, "ViridianPokeCenterText4") #insert_texts_label(4) - insert_all_texts_labels() + #insert_all_texts_labels() if len(failed_attempts) > 0: print "-- FAILED ATTEMPTS --" |