summaryrefslogtreecommitdiff
path: root/src/d/d_error_msg.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-11-30 14:23:42 -0800
committerGitHub <noreply@github.com>2025-11-30 15:23:42 -0700
commita6e76c0841cae03cae0c0e6ac75c32f979043093 (patch)
tree76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /src/d/d_error_msg.cpp
parent434415337d268e405b09f6b72935a7e918e4cfe7 (diff)
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
Diffstat (limited to 'src/d/d_error_msg.cpp')
-rw-r--r--src/d/d_error_msg.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/d_error_msg.cpp b/src/d/d_error_msg.cpp
index ed314e1247..13302cafd0 100644
--- a/src/d/d_error_msg.cpp
+++ b/src/d/d_error_msg.cpp
@@ -48,7 +48,6 @@ struct BMG_INF1 : JUTDataBlockHeader {
#define CHAR_SPACE 1.0f
#endif
-/* 8009CB88-8009D194 0974C8 060C+00 1/1 0/0 0/0 .text messageSet__FUlb */
static void messageSet(u32 status, bool i_drawBg) {
BMG_INF1* inf1;
const char* msg_p;
@@ -180,7 +179,6 @@ static void messageSet(u32 status, bool i_drawBg) {
#endif
}
-/* 8009D194-8009D354 097AD4 01C0+00 1/1 0/0 0/0 .text draw__14dDvdErrorMsg_cFl */
void dDvdErrorMsg_c::draw(s32 status) {
JUtility::TColor backColor = g_clearColor;
JFWDisplay::getManager()->setClearColor(backColor);
@@ -211,7 +209,6 @@ void dDvdErrorMsg_c::draw(s32 status) {
JFWDisplay::getManager()->resetFader();
}
-/* 8009D354-8009D410 097C94 00BC+00 0/0 1/1 0/0 .text execute__14dDvdErrorMsg_cFv */
u8 dDvdErrorMsg_c::execute() {
static u8 l_dvdError;
@@ -239,7 +236,6 @@ u8 dDvdErrorMsg_c::execute() {
static u8 l_captureAlpha = 0xFF;
-/* 8009D410-8009D790 097D50 0380+00 1/1 0/0 0/0 .text drawCapture__FUc */
static void drawCapture(u8 alpha) {
static bool l_texCopied = false;
@@ -296,7 +292,6 @@ static void drawCapture(u8 alpha) {
JFWDisplay::getManager()->resetFader();
}
-/* 8009D790-8009D87C 0980D0 00EC+00 0/0 1/1 0/0 .text execute__19dShutdownErrorMsg_cFv */
bool dShutdownErrorMsg_c::execute() {
if (!mDoRst::isShutdown() && !mDoRst::isReturnToMenu()) {
return false;