mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 22:41:14 +00:00
Name the coordinate transformation matrices (#1042)
This commit is contained in:
parent
669732abbe
commit
eabc918817
78 changed files with 165 additions and 157 deletions
|
@ -1683,7 +1683,7 @@ void BossDodongo_DrawEffects(GlobalContext* globalCtx) {
|
|||
OPEN_DISPS(gfxCtx, "../z_boss_dodongo.c", 5228);
|
||||
|
||||
func_80093D84(globalCtx->state.gfxCtx);
|
||||
unkMtx = &globalCtx->mf_11DA0;
|
||||
unkMtx = &globalCtx->billboardMtxF;
|
||||
|
||||
for (i = 0; i < 80; i++, eff++) {
|
||||
if (eff->unk_24 == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue