diff options
| author | Isghj <42048411+isghj5@users.noreply.github.com> | 2021-05-09 19:20:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 22:20:53 -0400 |
| commit | 024ba29706aa939a5f11ec5b4c03c3ebbff3d8b5 (patch) | |
| tree | 593d2c5912245ae53835d38bfb69454edec6cf69 /linker_scripts/code_script.txt | |
| parent | fec0c3876877f1373d089b5053183d0e494568ce (diff) | |
EnEncount2 (Majora Baloon in Bomber's Hideout) (#108)
* EnEncount2: start
* EnEncount2: got some easy functions down, but now I have a really weird unk struct
* EnEncount2: draw function nowhere close
* EnEncount2: cleaning/docs
* EnEncount2: removed bad function attempt
* EnEncount2: function name change to match mster changes
* EnEncount2: corrected old BgMeshheader to CollisionHeader
* EnEncount2: requested changes
* EnEncount2: forgot to add these requested changes
* EnEncount2: requested changes
Co-authored-by: isghj8 <isghj8@gmail.com>
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index ab02f135a..0a2425985 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -1677,7 +1677,7 @@ SECTIONS ovl_En_Encount2 : AT(RomLocation) { build/src/overlays/actors/ovl_En_Encount2/z_en_encount2.o(.text) - build/asm/overlays/ovl_En_Encount2_data.o(.data) + build/src/overlays/actors/ovl_En_Encount2/z_en_encount2.o(.data) build/src/overlays/actors/ovl_En_Encount2/z_en_encount2.o(.rodata) build/asm/overlays/ovl_En_Encount2_rodata.o(.rodata) } |
