From e90dc91767e56a00e9b8b89ad481b7327c505200 Mon Sep 17 00:00:00 2001 From: Ralphie Morell Date: Sun, 5 Nov 2023 13:52:19 -0500 Subject: [PATCH] gee bill how come you had TWO master swords? --- soh/soh/Enhancements/randomizer/draw.cpp | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/soh/soh/Enhancements/randomizer/draw.cpp b/soh/soh/Enhancements/randomizer/draw.cpp index 466c492cb..a8dc5abd1 100644 --- a/soh/soh/Enhancements/randomizer/draw.cpp +++ b/soh/soh/Enhancements/randomizer/draw.cpp @@ -199,27 +199,6 @@ extern "C" void Randomizer_DrawMasterSword(PlayState* play, GetItemEntry* getIte CLOSE_DISPS(play->state.gfxCtx); } -extern "C" void Randomizer_DrawMasterSword(PlayState* play, GetItemEntry* getItemEntry) { - OPEN_DISPS(play->state.gfxCtx); - - Gfx_SetupDL_25Opa(play->state.gfxCtx); - - gSPSegment(POLY_OPA_DISP++, 0x08, - (uintptr_t)Gfx_TwoTexScroll(play->state.gfxCtx, 0, 1 * (play->state.frames * 1), - 0 * (play->state.frames * 1), 32, 32, 1, 0 * (play->state.frames * 1), - 0 * (play->state.frames * 1), 32, 32)); - - Matrix_Scale(0.05f, 0.05f, 0.05f, MTXMODE_APPLY); - Matrix_RotateZ(2.1f, MTXMODE_APPLY); - - gSPMatrix(POLY_OPA_DISP++, Matrix_NewMtx(play->state.gfxCtx, (char*)__FILE__, __LINE__), - G_MTX_MODELVIEW | G_MTX_LOAD); - - gSPDisplayList(POLY_OPA_DISP++, (Gfx*)object_toki_objects_DL_001BD0); - - CLOSE_DISPS(play->state.gfxCtx); -} - Gfx* Randomizer_GetTriforcePieceDL(uint8_t index) { switch (index) { case 1: