diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 87983a0..fb14341 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -324,8 +324,12 @@ SECTIONS { asm/ground_script.o(.text); src/code_80A26CC.o(.text); asm/code_80A26CC.o(.text); + src/code_80A26CC_1.o(.text); + asm/code_80A26CC_1.o(.text); src/ground_map.o(.text); asm/ground_map.o(.text); + src/ground_map_1.o(.text); + asm/ground_map_1.o(.text); asm/ground_sprite.o(.text); src/code_80A7714.o(.text); asm/ground_lives.o(.text); |