diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2021-03-16 21:27:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 21:27:14 -0400 |
| commit | a53626049f6374382bf72076ab429b33d73b95a2 (patch) | |
| tree | b1f4f04358bf044df1e3100af9bce2f6c62b8c0d /linker_scripts/code_script.txt | |
| parent | 3a91922e8926aad35b06234262c9f3df7dd0de5e (diff) | |
Decompiles z_vr_box (from zel) (#73)
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 37666b429..66b0b3221 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -396,7 +396,7 @@ SECTIONS build/asm/code/code_0x80140E80.o(.text) build/asm/code/z_vismono.o(.text) build/asm/code/code_0x801420C0.o(.text) - build/asm/code/z_vr_box.o(.text) + build/src/code/z_vr_box.o(.text) build/asm/code/z_vr_box_draw.o(.text) build/asm/code/z_sram_NES.o(.text) build/asm/code/z_message.o(.text) @@ -507,7 +507,7 @@ SECTIONS build/asm/code/code_data_0x80138BA0.o(.data) build/asm/code/code_data_z_sub_s.o(.data) build/asm/code/code_data_z_vimode.o(.data) - build/asm/code/code_data_z_vr_box.o(.data) + build/src/code/z_vr_box.o(.data) build/asm/code/code_data_z_vr_box_draw.o(.data) build/asm/code/code_data_z_sram_NES.o(.data) build/asm/code/code_data_z_message_nes.o(.data) |
