From d1685379681008d41f78fa4a6ae17ace5ee2dbfa Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 23 Jun 2021 17:35:37 -0500 Subject: Finish out game options and FatalError Some data cleanup as well. Thanks pika for the noreturn tip for FatalError. --- ld_script.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index e920b4a..3f7b5df 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -82,7 +82,6 @@ SECTIONS { asm/code_800D090.o(.text); src/code_80118A4.o(.text); src/debug.o(.text); - asm/debug.o(.text); src/save.o(.text); src/code_8012A18.o(.text); src/more_input.o(.text); @@ -194,6 +193,8 @@ SECTIONS { asm/pokemon_3.o(.text); src/dungeon.o(.text); asm/code_809017C.o(.text); + src/code_8090208.o(.text); + asm/code_8090208.o(.text); src/items.o(.text); asm/items.o(.text); src/rescue_team_info.o(.text); @@ -203,7 +204,7 @@ SECTIONS { src/friend_area_1.o(.text); asm/code_8092334.o(.text); src/game_options.o(.text); - asm/game_options.o(.text); + asm/code_8094D28.o(.text); src/play_time.o(.text); src/code_8094F88.o(.text); asm/code_8095014.o(.text); -- cgit v1.2.3