battle interface is done

This commit is contained in:
DizzyEggg
2017-10-19 15:28:41 +02:00
parent ee6bdc9068
commit 11bead31e9
9 changed files with 749 additions and 1244 deletions

View File

@@ -80,7 +80,6 @@ SECTIONS {
asm/daycare.o(.text);
src/egg_hatch.o(.text);
src/battle_interface.o(.text);
asm/battle_interface.o(.text);
asm/smokescreen.o(.text);
asm/pokeball.o(.text);
src/load_save.o(.text);
@@ -342,7 +341,6 @@ SECTIONS {
src/egg_hatch.o(.rodata);
data/battle_7.o(.rodata);
src/battle_interface.o(.rodata);
data/battle_interface.o(.rodata);
data/pokeball.o(.rodata);
data/trade.o(.rodata);
data/berry_blender.o(.rodata);