merge
This commit is contained in:
+5
-3
@@ -57,8 +57,8 @@ SECTIONS {
|
||||
asm/rom3.o(.text);
|
||||
src/decompress.o(.text);
|
||||
asm/battle_1.o(.text);
|
||||
asm/battle_2.o(.text);
|
||||
src/battle_3.o(.text);
|
||||
src/battle_2.o(.text);
|
||||
src/battle_util.o(.text);
|
||||
src/battle_script_commands.o(.text);
|
||||
asm/battle_5.o(.text);
|
||||
asm/battle_controller_player.o(.text);
|
||||
@@ -222,7 +222,7 @@ SECTIONS {
|
||||
asm/berry_tag_screen.o(.text);
|
||||
asm/mystery_event_menu.o(.text);
|
||||
src/save_failed_screen.o(.text);
|
||||
asm/braille_puzzles.o(.text);
|
||||
src/braille_puzzles.o(.text);
|
||||
asm/pokeblock_feed.o(.text);
|
||||
asm/clear_save_data_screen.o(.text);
|
||||
asm/intro_credits_graphics.o(.text);
|
||||
@@ -325,6 +325,8 @@ SECTIONS {
|
||||
data/link.o(.rodata);
|
||||
src/rtc.o(.rodata);
|
||||
data/data2b.o(.rodata);
|
||||
src/battle_2.o(.rodata);
|
||||
src/battle_util.o(.rodata);
|
||||
src/battle_script_commands.o(.rodata);
|
||||
data/battle_controller_player.o(.rodata);
|
||||
data/smokescreen.o(.rodata);
|
||||
|
||||
Reference in New Issue
Block a user