mirror of
https://github.com/zeldaret/ss
synced 2026-07-11 14:48:32 -04:00
d_tag_processor OK
This commit is contained in:
+755
-158
File diff suppressed because it is too large
Load Diff
@@ -41,7 +41,7 @@ bool TextWindowUnk::fn_800B2130(const char *label, dTextBox_c *textBox, dLytMsgW
|
||||
mLineWidths = mpTagProcessor->getLineData();
|
||||
|
||||
if (mpCharacterData != nullptr) {
|
||||
mpTagProcessor->fn_800B4290(
|
||||
mpTagProcessor->computeCharacterPlacement(
|
||||
mpTextBox, mRawTextBuffer, mUnkBuffer, field_0x1458, &field_0x1478, mpCharacterData
|
||||
);
|
||||
if (mpTagProcessor->getMsgWindowSubtype() == 2) {
|
||||
|
||||
@@ -325,7 +325,7 @@ void dTextBox_c::setMessageWithGlobalTextProcessorAndMsbtInfo(
|
||||
field_0x1FA = 1;
|
||||
u32 outLen = 0;
|
||||
mpMyTagProcessor = dMessage_c::getGlobalTagProcessor();
|
||||
mpMyTagProcessor->setMsgWindowSubtype(0x22);
|
||||
mpMyTagProcessor->setMsgWindowSubtype(dLytMsgWindow_c::MSG_WINDOW_34);
|
||||
mWindowSubtype = mpMyTagProcessor->getMsgWindowSubtype();
|
||||
mpMyTagProcessor->setField_0xEE1(field_0x1F6);
|
||||
mpMyTagProcessor->setField_0xEE2(0);
|
||||
|
||||
Reference in New Issue
Block a user