mirror of
https://github.com/zeldaret/ss
synced 2026-06-26 18:11:55 -04:00
Fix incorrect/poor names, missing import
This commit is contained in:
+2
-2
@@ -28,11 +28,11 @@ void fn_80054FB0(u32 val) {
|
||||
lbl_805751D0 = flags | val;
|
||||
}
|
||||
|
||||
void fn_80054EF0(u32 val) {
|
||||
void fn_80054FE0(u32 val) {
|
||||
lbl_805751D0 &= ~val;
|
||||
|
||||
if (!lbl_805751D0) {
|
||||
fManager_c::keepStopProcFlags(fManager_c::PROC_FLAG_DRAW);
|
||||
fManager_c::maskStopProcFlags(fManager_c::PROC_FLAG_DRAW);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+3
-3
@@ -289,7 +289,7 @@ void dSys_c::execute() {
|
||||
dDvdUnk::FontUnk::GetInstance()->drawNonDriveError();
|
||||
|
||||
if (dLytSystemWindow_c::GetInstance()) {
|
||||
dLytSystemWindow_c::GetInstance()->fn_80125EF0();
|
||||
dLytSystemWindow_c::GetInstance()->fn_80152EF0();
|
||||
}
|
||||
|
||||
SaveMgr::GetInstance()->draw();
|
||||
@@ -314,7 +314,7 @@ void dSys_c::execute() {
|
||||
dDvdUnk::FontUnk::GetInstance()->execute();
|
||||
|
||||
if (dLytSystemWindow_c::GetInstance()) {
|
||||
dLytSystemWindow_c::GetInstance()->fn_80125EF0();
|
||||
dLytSystemWindow_c::GetInstance()->fn_80152EF0();
|
||||
}
|
||||
|
||||
SaveMgr::GetInstance()->draw();
|
||||
@@ -356,7 +356,7 @@ void dSys_c::execute() {
|
||||
SaveMgr::GetInstance()->execute();
|
||||
|
||||
if (dLytSystemWindow_c::GetInstance()) {
|
||||
dLytSystemWindow_c::GetInstance()->fn_80125E20();
|
||||
dLytSystemWindow_c::GetInstance()->fn_80152E20();
|
||||
}
|
||||
|
||||
dSndMgr_c::GetInstance()->calc();
|
||||
|
||||
Reference in New Issue
Block a user