mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-01 19:30:21 -04:00
more progress
This commit is contained in:
@@ -378,5 +378,6 @@ void fopMsgM_setFontsizeCenter2(char* a, char* b, char* c, char* d, int, int siz
|
||||
|
||||
void fopMsgM_outFontSet(J2DPicture*, J2DPicture*, s16*, u32, u8);
|
||||
void fopMsgM_outFontDraw(J2DPicture*, J2DPicture*, int, int, int, s16*, u8, u8);
|
||||
void fopMsgM_outFontDraw2(J2DPicture*, J2DPicture*, int, int, int, int, s16*, u8, u8);
|
||||
|
||||
#endif /* F_OP_MSG_MNG_H */
|
||||
|
||||
@@ -713,7 +713,15 @@ void dMenu_Option_c::outFontMove() {
|
||||
|
||||
/* 801D4D74-801D4E34 .text outFontDraw__14dMenu_Option_cFv */
|
||||
void dMenu_Option_c::outFontDraw() {
|
||||
/* Nonmatching */
|
||||
for (int i = 0; i < 15; i++) {
|
||||
if (m0B0[i].mUserArea != -1) {
|
||||
m0B0[i].mNowAlpha = m740.pane->getAlpha();
|
||||
fopMsgM_outFontDraw2((J2DPicture*)m0B0[i].pane, (J2DPicture*)m3F8[i].pane, m3F8[i].mPosTopLeft.x, m3F8[i].mPosTopLeft.y, 0x19, 0x19, &m0B0[i].mUserArea, m0B0[i].mNowAlpha, m0B0[i].mPosTopLeftOrig.y);
|
||||
}
|
||||
else {
|
||||
fopMsgM_setAlpha(&m0B0[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 801D4E34-801D505C .text stringlength__14dMenu_Option_cFP18fopMsgM_pane_classPc */
|
||||
|
||||
Reference in New Issue
Block a user