mirror of
https://github.com/zeldaret/oot
synced 2026-07-02 04:16:08 -04:00
En_Fr Frogs 47 of 48 func decomped (#576)
* En_Fr 47 of 48 func decomped * EnFr more cleanup * uncommented out EnFr_Update * more cleanup * added format document * Update src/overlays/actors/ovl_En_Fr/z_en_fr.c Null Pointers Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Fr/z_en_fr.c Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Fr/z_en_fr.c Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Fr/z_en_fr.c Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Fr/z_en_fr.c Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Fr/z_en_fr.c Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Fr/z_en_fr.c Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Fr/z_en_fr.c Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * feedback from pr * more cleanup * more pr feedback * more cleaning and updates * remove data.s * review 2 * review * missed one Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
@@ -614,6 +614,7 @@ extern u8 D_80130594[4][7];
|
||||
//extern ? D_80131100;
|
||||
//extern ? D_8013170C;
|
||||
//extern ? D_80131840;
|
||||
extern u8* gFrogsSongPtr; // D_80131854: pointer to a u8 array of the notes you need to play for the frogs
|
||||
//extern ? D_80131858;
|
||||
//extern ? D_8013185C;
|
||||
//extern ? D_80131860;
|
||||
|
||||
+2
-1
@@ -336,7 +336,8 @@ typedef struct {
|
||||
/* 0xE3F6 */ char unk_E3F6[0x16];
|
||||
/* 0xE40C */ u16 unk_E40C;
|
||||
/* 0xE40E */ s16 unk_E40E;
|
||||
/* 0xE410 */ char unk_E410[0x08];
|
||||
/* 0xE410 */ u8 unk_E410;
|
||||
/* 0xE411 */ char unk_E411[0x07];
|
||||
} MessageContext; // size = 0xE418
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user