diff options
author | YamaArashi <shadow962@live.com> | 2017-01-05 04:51:55 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-05 04:53:16 -0800 |
commit | 96ccf2cf22e885d82ea862d0e0e94e0bb1816eec (patch) | |
tree | eb029ea6735df1e6bed7df481f90e9e95334d87e /ld_script.txt | |
parent | 624e2551de908711680d34262b35b942e3140ecb (diff) |
define palette struct in C
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 4b12ee737..ba6eb52af 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -321,6 +321,7 @@ SECTIONS { src/start_menu.o(.rodata); src/menu.o(.rodata); data/tileset_anim.o(.rodata); + src/palette.o(.rodata); data/data_83760F0.o(.rodata); src/m4a_tables.o(.rodata); data/sound_data.o(.rodata); |