diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-23 17:35:37 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-06-23 17:35:37 -0500 |
commit | d1685379681008d41f78fa4a6ae17ace5ee2dbfa (patch) | |
tree | 22645f079beea40333e7e822f055c063781ef806 /ld_script.txt | |
parent | f1fdcc2b0ade13ad1a4cc7360eac70f27396d26a (diff) |
Finish out game options and FatalError
Some data cleanup as well. Thanks pika for the noreturn tip for
FatalError.
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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); |