diff options
| author | Evan <eroelke@gmail.com> | 2019-11-16 19:45:55 -0700 |
|---|---|---|
| committer | Evan <eroelke@gmail.com> | 2019-11-19 10:04:40 -0700 |
| commit | 05724d3db1208ffdb867aba5aa9441d538ba9e26 (patch) | |
| tree | fe902422300451c4e7800f825357b507a198ddf7 /ld_script.txt | |
| parent | 89dc26755ad2818c10b37a34ed46f5c79dc571c8 (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 50a3b3270..ddf3eaa47 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); |
