mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 06:10:21 +00: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:
parent
d1a9775926
commit
cce6880bc0
57 changed files with 1111 additions and 2816 deletions
|
@ -102,7 +102,7 @@ void func_80A90EBC(EnKakasi3* this, GlobalContext* globalCtx, s32 arg) {
|
|||
s16 currentFrame;
|
||||
s16 phi_v0;
|
||||
|
||||
phi_v0 = globalCtx->msgCtx.unk_E410[0];
|
||||
phi_v0 = globalCtx->msgCtx.unk_E410;
|
||||
if (arg != 0) {
|
||||
if (this->unk_19C[3] == 0) {
|
||||
this->unk_19C[3] = (s16)Rand_ZeroFloat(10.99f) + 30;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue