diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 56aef78..63a834d 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -37,7 +37,7 @@ SECTIONS asm/bonus_field_select.o(.text); asm/ereader.o(.text); asm/pokedex.o(.text); - asm/field_select.o(.text); + src/field_select.o(.text); asm/intro.o(.text); asm/high_scores.o(.text); src/rom_1068C.o(.text); @@ -45,6 +45,7 @@ SECTIONS asm/rom_11B9C.o(.text); src/rom_3219C.o(.text); asm/rom_3219C.o(.text); + src/options.o(.text); asm/options.o(.text); src/rom_528AC.o(.text); asm/m4a_1.o(.text); |