diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-01 22:10:35 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-07-01 22:10:35 -0400 |
commit | 2c953c5baf05d12a829cb73664c9a95f660f1548 (patch) | |
tree | 82543acf54c6996fb2d58abf0eb45771c446cdcd /ld_script.txt | |
parent | 74d771ef90a3189bd2da1b35f6b42a1fa8f51e67 (diff) |
Redo partial decomp of intro (force push)
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 22672e178..f2f738c84 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -210,6 +210,7 @@ SECTIONS { asm/battle_tower.o(.text); asm/battle_controller_oak.o(.text); asm/player_pc.o(.text); + src/intro.o(.text); asm/intro.o(.text); asm/battle_anim_special.o(.text); asm/hall_of_fame.o(.text); |