mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
removed the entries ld_script as per pret#1738, added newline to debug.h
This commit is contained in:
parent
5fed45e40b
commit
d9bd272452
@ -8,4 +8,4 @@
|
||||
void Debug_ShowMainMenu(void);
|
||||
|
||||
|
||||
#endif // GUARD_DEBUG_H
|
||||
#endif // GUARD_DEBUG_H
|
||||
|
@ -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 New Issue
Block a user