mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-05 18:57:14 -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:
@@ -1,16 +1,9 @@
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: d/d_msg_string
|
||||
//
|
||||
|
||||
#include "d/dolzel.h" // IWYU pragma: keep
|
||||
|
||||
#include "d/d_msg_string.h"
|
||||
#include "JSystem/J2DGraph/J2DTextBox.h"
|
||||
#include "d/d_msg_out_font.h"
|
||||
#include "dol2asm.h"
|
||||
|
||||
/* 80249C20-80249CA0 244560 0080+00 0/0 15/15 0/0 .text __ct__12dMsgString_cFv */
|
||||
dMsgString_c::dMsgString_c() {
|
||||
field_0x28 = 0;
|
||||
mpOutFont = new COutFont_c(field_0x28);
|
||||
@@ -18,7 +11,6 @@ dMsgString_c::dMsgString_c() {
|
||||
getResource();
|
||||
}
|
||||
|
||||
/* 80249CA0-80249D28 2445E0 0088+00 0/0 1/1 0/0 .text __ct__12dMsgString_cFUc */
|
||||
dMsgString_c::dMsgString_c(u8 param_0) {
|
||||
field_0x28 = param_0;
|
||||
mpOutFont = new COutFont_c(field_0x28);
|
||||
@@ -26,20 +18,15 @@ dMsgString_c::dMsgString_c(u8 param_0) {
|
||||
getResource();
|
||||
}
|
||||
|
||||
/* 80249D28-80249DB4 244668 008C+00 0/0 17/17 0/0 .text __dt__12dMsgString_cFv */
|
||||
dMsgString_c::~dMsgString_c() {
|
||||
delete mpOutFont;
|
||||
mpOutFont = NULL;
|
||||
}
|
||||
|
||||
/* 80249DB4-80249DE4 2446F4 0030+00 1/0 0/0 0/0 .text
|
||||
* resetStringLocal__12dMsgString_cFP10J2DTextBox */
|
||||
void dMsgString_c::resetStringLocal(J2DTextBox* p_textBox) {
|
||||
mpOutFont->reset(p_textBox);
|
||||
}
|
||||
|
||||
/* 80249DE4-80249ED0 244724 00EC+00 1/0 0/0 0/0 .text
|
||||
* drawOutFontLocal__12dMsgString_cFP10J2DTextBoxf */
|
||||
void dMsgString_c::drawOutFontLocal(J2DTextBox* p_textBox, f32 i_alpha) {
|
||||
Vec pos = p_textBox->getGlbVtx(0);
|
||||
f32 y = pos.y;
|
||||
@@ -52,8 +39,6 @@ void dMsgString_c::drawOutFontLocal(J2DTextBox* p_textBox, f32 i_alpha) {
|
||||
mpOutFont->draw(p_textBox, pos.x, y, 1.0f);
|
||||
}
|
||||
|
||||
/* 80249ED0-80249F00 244810 0030+00 1/0 0/0 0/0 .text
|
||||
* drawFontLocal__12dMsgString_cFP10J2DTextBoxUcffffUlUc */
|
||||
void dMsgString_c::drawFontLocal(J2DTextBox* p_textBox, u8 type, f32 posX, f32 posY,
|
||||
f32 sizeX, f32 sizeY, u32 color, u8 alpha) {
|
||||
mpOutFont->drawFont(p_textBox, type, posX, posY, sizeX, sizeY, color, alpha);
|
||||
|
||||
Reference in New Issue
Block a user