diff options
| author | MMDecomp <mmdecomp@anon.tld> | 2020-06-23 01:08:52 +0200 |
|---|---|---|
| committer | Kenix3 <kenixwhisperwind@gmail.com> | 2020-06-23 10:55:11 -0400 |
| commit | 7d61d4e6ff2e15dc3c7f166d407a203594a9c90b (patch) | |
| tree | 50afd8556a5521ba8a7b62320a5e8ae6d40ff824 /linker_scripts/code_script.txt | |
| parent | 2d191e301a4d6a4a49b62b31b17110c17df2afb5 (diff) | |
Decompile `game.c`
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index c54917e8f..5d6bfff28 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -416,7 +416,8 @@ SECTIONS build/asm/code_0x80172A00.o(.text) build/asm/code_0x80172BC0.o(.text) build/asm/code_0x80172C30.o(.text) - build/asm/game.o(.text) + build/src/code/title_setup.o(.text) + build/src/code/game.o(.text) build/asm/gamealloc.o(.text) build/asm/graph.o(.text) build/asm/code_0x80174A40.o(.text) @@ -515,7 +516,7 @@ SECTIONS build/asm/code_data_z_play.o(.text) build/asm/code_data_z_play_hireso.o(.text) build/asm/code_data_0x80172C30.o(.text) - build/asm/code_data_game.o(.text) + build/src/code/game.o(.data) build/asm/code_data_graph.o(.text) build/asm/code_data_padmgr.o(.text) build/asm/code_data_speed_meter.o(.text) @@ -587,7 +588,7 @@ SECTIONS build/asm/code_rodata_PreRender.o(.text) build/asm/code_rodata_0x80172BC0.o(.text) build/asm/code_rodata_0x80172C30.o(.text) - build/asm/code_rodata_game.o(.text) + build/src/code/game.o(.rodata) build/asm/code_rodata_graph.o(.text) build/asm/code_rodata_main.o(.text) build/asm/code_rodata_padmgr.o(.text) |
