mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
Decompiles z_bg_dodoago.c (#334)
* Starts decompiling z_bg_dodoago.c * Removes data * * BgDodoago_SetupAction * * BgDodoago_Destroy * * func_80872288 * * BgDodoago_Draw * * func_80871A08 * * BgDodoago_Init * WIP * * func_80871CF4 * * func_80871CF4 * WIP * * BgDodoago_Update * Finishes z_bg_dodoago * Addresses PR comments * Addresses PR comments #2 * Removes Setup forward declared function * Addresses PR comments #3 Co-authored-by: i82orbom <i82orbom i82orbom@github>
This commit is contained in:
parent
b78a777216
commit
9054feeefd
19 changed files with 250 additions and 891 deletions
|
@ -22,7 +22,7 @@ typedef struct EnBom {
|
|||
|
||||
typedef enum {
|
||||
/* 0x00 */ BOMB_BODY,
|
||||
/* 0x01 */ BOMB_EXPLOSION,
|
||||
/* 0x01 */ BOMB_EXPLOSION
|
||||
} EnBomType;
|
||||
|
||||
extern const ActorInit En_Bom_InitVars;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue