diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index b478be6da..bf25c62ed 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -323,6 +323,7 @@ SECTIONS { src/pokedex_area_screen.o(.text); src/evolution_scene.o(.text); src/roulette.o(.text); + src/roulette_gfx.o(.text); src/pokedex_cry_screen.o(.text); src/coins.o(.text); src/landmark.o(.text); @@ -717,6 +718,7 @@ SECTIONS { src/pokedex_area_screen.o(.rodata); src/evolution_scene.o(.rodata); src/roulette.o(.rodata); + src/roulette_gfx.o(.rodata); data/roulette.o(.rodata); src/pokedex_cry_screen.o(.rodata); src/pokedex_cry_screen.o(.data); |