mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-19 21:41:59 +00:00
Symbol cleanup (#897)
* symbol cleanup * run formatter * run formatter * remove duplicate z_demo_ik symbols * run formatter
This commit is contained in:
parent
743f42f651
commit
5e071a014d
130 changed files with 1210 additions and 2940 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include "z_en_bx.h"
|
||||
#include "objects/object_bxa/object_bxa.h"
|
||||
|
||||
#define FLAGS 0x00000010
|
||||
|
||||
|
@ -15,8 +16,6 @@ void EnBx_Destroy(Actor* thisx, GlobalContext* globalCtx);
|
|||
void EnBx_Update(Actor* thisx, GlobalContext* globalCtx);
|
||||
void EnBx_Draw(Actor* thisx, GlobalContext* globalCtx);
|
||||
|
||||
extern Gfx D_060022F0[];
|
||||
|
||||
const ActorInit En_Bx_InitVars = {
|
||||
ACTOR_EN_BX,
|
||||
ACTORCAT_ENEMY,
|
||||
|
@ -238,7 +237,7 @@ void EnBx_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
|||
Matrix_ToMtx(mtx, "../z_en_bx.c", 507);
|
||||
}
|
||||
|
||||
gSPDisplayList(POLY_OPA_DISP++, D_060022F0);
|
||||
gSPDisplayList(POLY_OPA_DISP++, object_bxa_DL_0022F0);
|
||||
|
||||
CLOSE_DISPS(globalCtx->state.gfxCtx, "../z_en_bx.c", 511);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue