diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 660c1d60d..f675b6a91 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -206,7 +206,7 @@ SECTIONS { src/battle_records.o(.text); src/pokedex_area_screen.o(.text); src/evolution_scene.o(.text); - asm/roulette.o(.text); + src/roulette.o(.text); src/pokedex_cry_screen.o(.text); src/coins.o(.text); src/landmark.o(.text); @@ -524,7 +524,7 @@ SECTIONS { src/battle_records.o(.rodata); src/pokedex_area_screen.o(.rodata); src/evolution_scene.o(.rodata); - data/roulette.o(.rodata); + src/roulette.o(.rodata); src/pokedex_cry_screen.o(.rodata); src/landmark.o(.rodata); src/battle_transition.o(.rodata); |