diff --git a/include/debug.h b/include/debug.h index 9aec5c2629..bfc072ee3b 100644 --- a/include/debug.h +++ b/include/debug.h @@ -8,4 +8,4 @@ void Debug_ShowMainMenu(void); -#endif // GUARD_DEBUG_H \ No newline at end of file +#endif // GUARD_DEBUG_H diff --git a/ld_script.txt b/ld_script.txt index 10de31a99d..da0eb682d3 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -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);