mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-11 22:20:22 -04:00
Ovl_En_Minifrog OK with partial documentation (#166)
* En_Minifrog first few funcs decompiled * more matching * En_Minifrog 3 non_matching functions left * two functions left * Start Documentation * Fully Matching! * Documentation * Fix merge with master * minor pr changes * Minor improvements * PR Suggestions + Minor docs * Fix bool * PR suggestions Co-authored-by: engineer124 <engineer124enginer124@gmail.com>
This commit is contained in:
@@ -1212,9 +1212,9 @@ SECTIONS
|
||||
ovl_En_Minifrog : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_En_Minifrog/z_en_minifrog.o(.text)
|
||||
build/asm/overlays/ovl_En_Minifrog_data.o(.data)
|
||||
build/src/overlays/actors/ovl_En_Minifrog/z_en_minifrog.o(.data)
|
||||
build/src/overlays/actors/ovl_En_Minifrog/z_en_minifrog.o(.rodata)
|
||||
build/asm/overlays/ovl_En_Minifrog_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_En_Minifrog/z_en_minifrog_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
/* gameplay_keep */
|
||||
D_040008D0 = 0x040008D0;
|
||||
D_0400DEA8 = 0x0400DEA8;
|
||||
D_0400E2A8 = 0x0400E2A8;
|
||||
D_04029CB0 = 0x04029CB0;
|
||||
D_04029CF0 = 0x04029CF0;
|
||||
D_04058BA0 = 0x04058BA0;
|
||||
@@ -264,6 +266,13 @@ D_04054A90 = 0x04054A90;
|
||||
D_06000AD0 = 0x06000AD0;
|
||||
D_06000140 = 0x06000140;
|
||||
|
||||
/* en_minifrog */
|
||||
D_060007BC = 0x060007BC;
|
||||
D_06001534 = 0x06001534;
|
||||
D_060059A0 = 0x060059A0;
|
||||
D_06005BA0 = 0x06005BA0;
|
||||
D_0600B538 = 0x0600B538;
|
||||
|
||||
/* bg_lotus */
|
||||
D_06000A20 = 0x06000A20;
|
||||
D_06000040 = 0x06000040;
|
||||
|
||||
Reference in New Issue
Block a user