removed the entries ld_script as per pret#1738, added newline to debug.h
This commit is contained in:
parent
5fed45e40b
commit
d9bd272452
2 changed files with 1 additions and 3 deletions
|
@ -105,7 +105,6 @@ SECTIONS {
|
|||
src/random.o(.text);
|
||||
src/util.o(.text);
|
||||
src/daycare.o(.text);
|
||||
src/debug.o(.text);
|
||||
src/egg_hatch.o(.text);
|
||||
src/battle_interface.o(.text);
|
||||
src/battle_anim_smokescreen.o(.text);
|
||||
|
@ -496,7 +495,6 @@ SECTIONS {
|
|||
src/trig.o(.rodata);
|
||||
src/util.o(.rodata);
|
||||
src/daycare.o(.rodata);
|
||||
src/debug.o(.rodata);
|
||||
src/egg_hatch.o(.rodata);
|
||||
src/battle_gfx_sfx_util.o(.rodata);
|
||||
src/battle_interface.o(.rodata);
|
||||
|
|
Loading…
Reference in a new issue