summaryrefslogtreecommitdiff
path: root/linker_scripts/code_script.txt
diff options
context:
space:
mode:
authorrozlette <uberpanzermensch@gmail.com>2020-04-22 15:38:09 -0500
committerrozlette <uberpanzermensch@gmail.com>2020-04-22 15:38:09 -0500
commitc1bb5f00d63cbeb55969387faed2988fda1d0bc5 (patch)
treee3213f7173c953ca0c1507d70b44f8723fc92d15 /linker_scripts/code_script.txt
parent639df45a0334d4b5db06279125b69d4de15f1fcc (diff)
Decompile z_rpc.c
Diffstat (limited to 'linker_scripts/code_script.txt')
-rw-r--r--linker_scripts/code_script.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt
index 93a41c87d..c8c9c540e 100644
--- a/linker_scripts/code_script.txt
+++ b/linker_scripts/code_script.txt
@@ -335,7 +335,7 @@ SECTIONS
build/asm/code_0x800CB000.o(.text)
build/asm/z_camera.o(.text)
build/src/code/code_0x800E03A0.o(.text)
- . += 0x10; /* XXX pad with NOPs*/
+ . += 0x10;
build/asm/z_collision_check.o(.text)
build/src/code/code_0x800E8EA0.o(.text)
build/asm/code_0x800E9360.o(.text)
@@ -373,7 +373,8 @@ SECTIONS
build/asm/z_player_lib.o(.text)
build/asm/z_prenmi.o(.text)
build/asm/code_0x8012A080.o(.text)
- build/asm/z_rcp.o(.text)
+ build/src/code/z_rcp.o(.text)
+ . += 0x10;
build/src/code/z_room.o(.text)
build/asm/code_0x8012EC80.o(.text)
build/src/code/z_scene.o(.text)
@@ -490,7 +491,7 @@ SECTIONS
build/asm/code_data_z_parameter.o(.text)
build/asm/code_data_z_player_lib.o(.text)
build/asm/code_data_0x8012A080.o(.text)
- build/asm/code_data_z_rcp.o(.text)
+ build/src/code/z_rcp.o(.data)
build/asm/code_data_z_room.o(.text)
build/asm/code_data_0x801C1D30.o(.text)
build/asm/code_data_z_scene.o(.text)