Finish save_failed_screen

This commit is contained in:
PikalaxALT
2020-01-17 10:49:57 -05:00
parent fc9a008481
commit 29ef170879
12 changed files with 162 additions and 374 deletions
+1 -2
View File
@@ -218,7 +218,6 @@ SECTIONS {
src/credits.o(.text);
src/diploma.o(.text);
src/save_failed_screen.o(.text);
asm/save_failed_screen.o(.text);
asm/clear_save_data_screen.o(.text);
src/evolution_graphics.o(.text);
src/fldeff_teleport.o(.text);
@@ -506,7 +505,7 @@ SECTIONS {
src/credits.o(.rodata);
src/diploma.o(.rodata);
data/strings.o(.rodata);
data/save_failed_screen.o(.rodata);
src/save_failed_screen.o(.rodata);
data/clear_save_data_screen.o(.rodata);
src/evolution_graphics.o(.rodata);
src/new_menu_helpers.o(.rodata);