mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-13 03:44:58 -04:00
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
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#include "d/d_msg_object.h"
|
||||
#include "d/d_pane_class.h"
|
||||
|
||||
/* 802463CC-802467C4 240D0C 03F8+00 0/0 1/1 0/0 .text __ct__15dMsgScrnPlace_cFv */
|
||||
dMsgScrnPlace_c::dMsgScrnPlace_c() {
|
||||
static u64 t_tag[7] = {
|
||||
'sfontb0', 'sfontb1', 'sfontb2', 'sfontl0', 'sfontl1', 'sfontl2', 'sfont00',
|
||||
@@ -76,7 +75,6 @@ dMsgScrnPlace_c::dMsgScrnPlace_c() {
|
||||
mTextBoxPosY = mpTm_c[0]->getGlobalPosY();
|
||||
}
|
||||
|
||||
/* 802467C4-80246924 241104 0160+00 1/0 0/0 0/0 .text __dt__15dMsgScrnPlace_cFv */
|
||||
dMsgScrnPlace_c::~dMsgScrnPlace_c() {
|
||||
delete mpScreen;
|
||||
mpScreen = NULL;
|
||||
@@ -98,7 +96,6 @@ dMsgScrnPlace_c::~dMsgScrnPlace_c() {
|
||||
dComIfGp_getMsgArchive(4)->removeResourceAll();
|
||||
}
|
||||
|
||||
/* 80246924-80246A44 241264 0120+00 1/0 0/0 0/0 .text exec__15dMsgScrnPlace_cFv */
|
||||
void dMsgScrnPlace_c::exec() {
|
||||
mpPmP_c->scale(g_MsgObject_HIO_c.mStageTitleScaleX, g_MsgObject_HIO_c.mStageTitleScaleY);
|
||||
|
||||
@@ -117,14 +114,12 @@ void dMsgScrnPlace_c::exec() {
|
||||
}
|
||||
}
|
||||
|
||||
/* 80246A44-80246A9C 241384 0058+00 1/0 0/0 0/0 .text drawSelf__15dMsgScrnPlace_cFv */
|
||||
void dMsgScrnPlace_c::drawSelf() {
|
||||
J2DGrafContext* grafContext = dComIfGp_getCurrentGrafPort();
|
||||
grafContext->setup2D();
|
||||
drawOutFont(0.0f, 0.0f, 1.0f);
|
||||
}
|
||||
|
||||
/* 80246A9C-80246B28 2413DC 008C+00 1/0 0/0 0/0 .text fukiAlpha__15dMsgScrnPlace_cFf */
|
||||
void dMsgScrnPlace_c::fukiAlpha(f32 i_rate) {
|
||||
mpPmP_c->setAlphaRate(i_rate);
|
||||
mpBaseParent->setAlphaRate(i_rate * g_MsgObject_HIO_c.mStageTitleBaseAlpha);
|
||||
@@ -134,11 +129,8 @@ void dMsgScrnPlace_c::fukiAlpha(f32 i_rate) {
|
||||
}
|
||||
}
|
||||
|
||||
/* 80246B28-80246B2C 241468 0004+00 1/0 0/0 0/0 .text fukiScale__15dMsgScrnPlace_cFf */
|
||||
void dMsgScrnPlace_c::fukiScale(f32) {}
|
||||
|
||||
/* 80246B2C-80246B30 24146C 0004+00 1/0 0/0 0/0 .text fukiTrans__15dMsgScrnPlace_cFff */
|
||||
void dMsgScrnPlace_c::fukiTrans(f32, f32) {}
|
||||
|
||||
/* 80246B30-80246B34 241470 0004+00 1/0 0/0 0/0 .text fontAlpha__15dMsgScrnPlace_cFf */
|
||||
void dMsgScrnPlace_c::fontAlpha(f32) {}
|
||||
|
||||
Reference in New Issue
Block a user