diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-28 13:08:09 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-28 10:08:09 -0800 |
commit | 9a500a622b7fb666b8b45e1280af02084fcbc12d (patch) | |
tree | 4e3bdc79dc14309c894fb15c567f579f030475fc /ld_script.txt | |
parent | b9f1143d3e9b32120cc62fcc7a822d3bca8ef976 (diff) |
define data in title_screen.c and fix build (#221)
* define more data in C
* correct typo in comments
* define data in title_screen.c
* define data in title_screen.c and fix build
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 063f030d7..4373dd6c0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -338,11 +338,10 @@ SECTIONS { data/data_8393054.o(.rodata); data/task.o(.rodata); data/battle_anim_807B69C.o(.rodata); - data/title_screen.o(.rodata); + src/title_screen.o(.rodata); data/weather.o(.rodata); data/rom_8080874.o(.rodata); src/battle_setup.o(.rodata); - data/battle_setup.o(.rodata); data/cable_club.o(.rodata); data/mori_debug_menu.o(.rodata); data/trainer_see.o(.rodata); |