mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-22 06:19:54 -04:00
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>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -56,6 +56,11 @@ D_06001470 = 0x06001470;
|
||||
/* z_en_nnh */
|
||||
D_06001510 = 0x06001510;
|
||||
|
||||
/* en_encount2 */
|
||||
D_06000A00 = 0x6000A00;
|
||||
D_06000D78 = 0x6000D78;
|
||||
D_06002420 = 0x6002420;
|
||||
|
||||
/* bg_haka_curtain */
|
||||
D_06001410 = 0x06001410;
|
||||
D_06001588 = 0x06001588;
|
||||
|
||||
Reference in New Issue
Block a user