diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index c1144b6..fc6e3fc 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -28,7 +28,18 @@ SECTIONS { asm/start.o(.text); src/main.o(.text); - asm/main.o(.text); + asm/rom_24C.o(.text); + asm/rom_25A4.o(.text); + asm/rom_2C58.o(.text); + asm/pokedex.o(.text); + asm/field_select.o(.text); + asm/intro.o(.text); + asm/high_scores.o(.text); + asm/rom_1068C.o(.text); + asm/titlescreen.o(.text); + asm/rom_11B9C.o(.text); + asm/options.o(.text); + asm/rom_528AC.o(.text); asm/m4a_1.o(.text); src/m4a_2.o(.text); asm/m4a_3.o(.text); |