mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-10 15:14:33 -04:00
Cleanup
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user