This commit is contained in:
MegaMech
2024-11-15 23:32:54 -07:00
parent 815c11ac4b
commit e6565f23f8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -294,8 +294,8 @@ void LuigiRaceway::Render(struct UnkStruct_800DC5EC* arg0) {
* It isn't split into six sections anymore
*/
copy_jumbotron_fb_port(D_800DC5DC, D_800DC5E0, currentScreenSection,
(u16*) PHYSICAL_TO_VIRTUAL(gPortFramebuffers[prevFrame]),
(u16*) PHYSICAL_TO_VIRTUAL(gSegmentTable[5] + 0xF800));
(u16*) gPortFramebuffers[prevFrame],
(u16*) (gSegmentTable[5] + 0xF800));
}
}
+2 -2
View File
@@ -255,8 +255,8 @@ void WarioStadium::Render(struct UnkStruct_800DC5EC* arg0) {
* It isn't split into six sections anymore
*/
copy_jumbotron_fb_port(D_800DC5DC, D_800DC5E0, currentScreenSection,
(u16*) PHYSICAL_TO_VIRTUAL(gPortFramebuffers[prevFrame]),
(u16*) PHYSICAL_TO_VIRTUAL(gSegmentTable[5] + 0x8800));
(u16*) gPortFramebuffers[prevFrame],
(u16*) (gSegmentTable[5] + 0x8800));
}
}