removed the entries ld_script as per pret#1738, added newline to debug.h

This commit is contained in:
TheXaman 2022-08-30 17:08:35 +02:00
parent 5fed45e40b
commit d9bd272452
2 changed files with 1 additions and 3 deletions

View File

@ -8,4 +8,4 @@
void Debug_ShowMainMenu(void);
#endif // GUARD_DEBUG_H
#endif // GUARD_DEBUG_H

View File

@ -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);