mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 23:41:24 +00:00
Match some entity actors H-N (#1827)
This commit is contained in:
parent
33d8044e45
commit
93295a842b
17 changed files with 219 additions and 179 deletions
|
@ -512,8 +512,6 @@ void EnMm_Draw(Actor* thisx, PlayState* play) {
|
|||
s32 pad;
|
||||
EnMm* this = (EnMm*)thisx;
|
||||
|
||||
if (0) {}
|
||||
|
||||
OPEN_DISPS(play->state.gfxCtx, "../z_en_mm.c", 1065);
|
||||
|
||||
Gfx_SetupDL_25Opa(play->state.gfxCtx);
|
||||
|
@ -560,6 +558,8 @@ void EnMm_Draw(Actor* thisx, PlayState* play) {
|
|||
}
|
||||
}
|
||||
|
||||
if (1) {}
|
||||
|
||||
CLOSE_DISPS(play->state.gfxCtx, "../z_en_mm.c", 1141);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue