diff options
author | Bassoonian <iasperbassoonian@gmail.com> | 2022-03-22 15:44:34 +0100 |
---|---|---|
committer | Bassoonian <iasperbassoonian@gmail.com> | 2022-03-22 15:44:34 +0100 |
commit | 67b8dba508a2d98dbcae5f0958240026ff80a506 (patch) | |
tree | a054714565b3194a2b3328f0a4781792803b2782 /ld_script.txt | |
parent | a712277be334173ead46d27f37c97fd262098693 (diff) |
ground_map function
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index ea6c581..f3736cc 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -321,6 +321,8 @@ SECTIONS { asm/code_80A26CC.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); |