mirror of https://github.com/pret/pokeemerald.git
Indentation fix in ld_scripts
This commit is contained in:
parent
10a88b6a71
commit
7a02a9ef36
|
@ -523,7 +523,7 @@ SECTIONS {
|
|||
src/record_mixing.o(.rodata);
|
||||
src/secret_base.o(.rodata);
|
||||
src/tv.o(.rodata);
|
||||
src/contest_link_80F57C4.o(.rodata);
|
||||
src/contest_link_80F57C4.o(.rodata);
|
||||
data/contest_link_80F57C4.o(.rodata);
|
||||
src/script_pokemon_util_80F87D8.o(.rodata);
|
||||
src/pokemon_size_record.o(.rodata)
|
||||
|
@ -1214,7 +1214,7 @@ SECTIONS {
|
|||
lib_rodata :
|
||||
SUBALIGN(4)
|
||||
{
|
||||
src/m4a.o(.rodata);
|
||||
src/m4a.o(.rodata);
|
||||
src/agb_flash.o(.rodata);
|
||||
src/agb_flash_1m.o(.rodata);
|
||||
src/agb_flash_mx.o(.rodata);
|
||||
|
|
|
@ -43,7 +43,7 @@ SECTIONS {
|
|||
{
|
||||
asm/crt0.o(.text);
|
||||
src/*.o(.text);
|
||||
asm/*.o(.text);
|
||||
asm/*.o(.text);
|
||||
} =0
|
||||
|
||||
script_data :
|
||||
|
@ -84,19 +84,19 @@ SECTIONS {
|
|||
ALIGN(4)
|
||||
{
|
||||
src/*.o(.rodata*);
|
||||
data/*.o(.rodata*);
|
||||
data/*.o(.rodata*);
|
||||
} =0
|
||||
|
||||
song_data :
|
||||
ALIGN(4)
|
||||
{
|
||||
sound/songs/*.o(.rodata);
|
||||
sound/songs/*.o(.rodata);
|
||||
} =0
|
||||
|
||||
lib_rodata :
|
||||
SUBALIGN(4)
|
||||
{
|
||||
src/m4a.o(.rodata);
|
||||
src/m4a.o(.rodata);
|
||||
src/agb_flash.o(.rodata);
|
||||
src/agb_flash_1m.o(.rodata);
|
||||
src/agb_flash_mx.o(.rodata);
|
||||
|
|
Loading…
Reference in New Issue