mirror of
https://github.com/zeldaret/oot
synced 2026-08-06 18:03:03 -04:00
General object cleanup (#799)
* Object cleanup * Fix running man * fix mm symbols
This commit is contained in:
@@ -522,7 +522,7 @@ void EnMm_Update(Actor* thisx, GlobalContext* globalCtx) {
|
||||
extern Gfx D_0602CA38[]; // bunny hood dlist from object_link_child. replace with proper symbol later
|
||||
|
||||
void EnMm_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
||||
static u64* mouthTextures[] = { gRunningManMouthClosedTex, gRunningManMouthOpenTex };
|
||||
static u64* mouthTextures[] = { gRunningManMouthOpenTex, gRunningManMouthClosedTex };
|
||||
s32 pad;
|
||||
EnMm* this = THIS;
|
||||
|
||||
|
||||
@@ -318,7 +318,7 @@ void EnMm2_Update(Actor* thisx, GlobalContext* globalCtx) {
|
||||
}
|
||||
|
||||
void EnMm2_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
||||
static u64* mouthTextures[] = { gRunningManMouthClosedTex, gRunningManMouthOpenTex };
|
||||
static u64* mouthTextures[] = { gRunningManMouthOpenTex, gRunningManMouthClosedTex };
|
||||
EnMm2* this = THIS;
|
||||
|
||||
OPEN_DISPS(globalCtx->state.gfxCtx, "../z_en_mm2.c", 634);
|
||||
|
||||
Reference in New Issue
Block a user