Renames for screenId and other changes (#636)

* screenId renames
This commit is contained in:
MegaMech
2024-06-15 12:01:58 -06:00
committed by GitHub
parent aa7e9146c4
commit bbf45b44de
15 changed files with 303 additions and 307 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void func_800431B0(Vec3f pos, Vec3su orientation, f32 scale, Vtx *vtx) {
void func_80043220(Vec3f pos, Vec3su orientation, f32 scale, Gfx *gfx) {
rsp_set_matrix_transformation(pos, orientation, scale);
gSPDisplayList(gDisplayListHead++, &D_0D0077A0);
gSPDisplayList(gDisplayListHead++, D_0D0077A0);
gSPDisplayList(gDisplayListHead++, gfx);
}