Stone Tower Smoke (#1382)

* funen xml

* description

* outname
This commit is contained in:
Nuss
2023-09-19 07:04:23 +02:00
committed by GitHub
parent df800c74ae
commit fa71fbeaab
2 changed files with 4 additions and 3 deletions
@@ -43,6 +43,6 @@ void ObjFunen_Draw(Actor* thisx, PlayState* play) {
gSPSegment(POLY_XLU_DISP++, 0x08,
Gfx_TwoTexScroll(play->state.gfxCtx, 0, 0, temp, 0x20, 0x20, 1, 0, temp, 0x20, 0x20));
gSPDisplayList(POLY_XLU_DISP++, object_funen_DL_0000D0);
gSPDisplayList(POLY_XLU_DISP++, gStoneTowerSmokeDL);
CLOSE_DISPS(play->state.gfxCtx);
}