1
0
Fork 0
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:
i82orbom 2020-08-24 05:17:47 +02:00 committed by GitHub
parent b78a777216
commit 9054feeefd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 250 additions and 891 deletions

View file

@ -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;