[Feature] Rando: Enemy Randomizer V1 (#1781)

This commit is contained in:
aMannus
2022-12-06 10:33:50 +01:00
committed by GitHub
parent d9a08d0747
commit 598cac725e
120 changed files with 849 additions and 266 deletions

View File

@@ -2680,7 +2680,7 @@ void Message_DrawMain(PlayState* play, Gfx** p) {
Actor_Spawn(&play->actorCtx, play,
sOcarinaEffectActorIds[msgCtx->lastPlayedSong - OCARINA_SONG_SARIAS],
player->actor.world.pos.x, player->actor.world.pos.y, player->actor.world.pos.z, 0,
0, 0, sOcarinaEffectActorParams[msgCtx->lastPlayedSong - OCARINA_SONG_SARIAS]);
0, 0, sOcarinaEffectActorParams[msgCtx->lastPlayedSong - OCARINA_SONG_SARIAS], true);
}
}
break;