diff options
author | Evan <eroelke@gmail.com> | 2019-11-16 19:45:55 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-16 19:45:55 -0700 |
commit | 46602859cd1cf7b3ecbc3f0730eebe2e60ef3845 (patch) | |
tree | 570d164eb403ace2476c2f55094350f5d6426bb5 /ld_script.txt | |
parent | 83cba310335678aa8ecac24b58708b3c924b581a (diff) |
remove compile errors
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index d84a70c7a..5a98f75cc 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -128,7 +128,7 @@ SECTIONS { src/wild_encounter.o(.text); asm/field_effect.o(.text); src/scanline_effect.o(.text); - asm/option_menu.o(.text); + src/option_menu.o(.text); src/pokedex.o(.text); asm/trainer_card.o(.text); asm/pokemon_storage_system.o(.text); |