diff options
author | yenatch <yenatch@gmail.com> | 2017-07-03 22:58:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-03 22:58:47 -0400 |
commit | 86a4a2cd3b7cda3b1885e53e7c9ac4d31270bd6c (patch) | |
tree | 5b3c87ca05d93264a7a3e62347a571299ce90795 /ld_script.txt | |
parent | 8d82578d3a101b06f9d2ced31738021007c4e533 (diff) | |
parent | d8bfc0998dec654e908caddccf8147ea62c0ea4a (diff) |
Merge pull request #328 from PikalaxALT/pokemon_data
Pokémon data
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index e52e5661c..a7166258b 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -335,7 +335,7 @@ SECTIONS { src/rtc.o(.rodata); data/main_menu.o(.rodata); data/data2.o(.rodata); - data/pokemon.o(.rodata); + src/pokemon_data.o(.rodata); . = ALIGN(4); src/trig.o(.rodata); data/util.o(.rodata); |