Fixed wrong symbol

This commit is contained in:
KiritoDv
2024-03-29 23:19:42 -06:00
parent c2d8fe48ce
commit 8ddbae1a15
+1 -1
View File
@@ -2273,7 +2273,7 @@ void ActorAllRange_Draw(Actor* actor) {
}
} else if (gCurrentLevel == LEVEL_SECTOR_Z) {
gSPDisplayList(gMasterDisp++, D_SZ_6004FE0);
Matrix_Translate(gGfxMatrix, 0.0f, 0.0f, -60.0f, 1);
Matrix_Translate(gGfxMatrix, 0.0f, 0.0f, -60.0f, 1);
func_edisplay_8005B1E8(actor, 2);
} else if (gCurrentLevel == LEVEL_BOLSE) {
gSPDisplayList(gMasterDisp++, D_BO_6008770);