diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-25 22:33:42 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-25 22:33:42 -0600 |
commit | 4f7a07efa9e93d491c6efcc14994b19cd794d3f6 (patch) | |
tree | 7dd66a02ea4993c4bfce1499d68ee2f192822a05 /extras/insert_texts.py | |
parent | 8cf4620deb07e53d7a419016080b8c10ed253733 (diff) |
rename common.asm -> main.asm
hg-commit-id: adec8319c54b
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 30163b4d..c3133bf8 100644 --- a/extras/insert_texts.py +++ b/extras/insert_texts.py @@ -610,7 +610,7 @@ def scan_for_map_scripts_pointer(): def scan_rom_for_tx_fars_and_insert(): """calls analyze_texts.scan_rom_for_tx_fars() - looks through INCBIN'd addresses from common.asm, + looks through INCBIN'd addresses from main.asm, finds TX_FARs that aren't included yet. """ x = 0 |