This commit is contained in:
robojumper
2025-04-05 21:30:56 +02:00
parent 2881889b93
commit 67816d6cba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3891,7 +3891,7 @@ __ct__13TextWindowUnkFP15dTagProcessor_c = .text:0x800B20E0; // type:function si
fn_800B2130__13TextWindowUnkFPCcP10dTextBox_cP21dLytMsgWindowCharDatab = .text:0x800B2130; // type:function size:0x370
textAdvancingRelated__13TextWindowUnkFbb = .text:0x800B24A0; // type:function size:0x5FC
fn_800B2AA0__13TextWindowUnkFv = .text:0x800B2AA0; // type:function size:0x80
reset__13TextWindowUnkFv = .text:0x800B2B20; // type:function size:0x48
checkLastLineReached__13TextWindowUnkFv = .text:0x800B2B20; // type:function size:0x48
checkEndReached__13TextWindowUnkCFv = .text:0x800B2B70; // type:function size:0x1C
reset__13TextWindowUnkFv = .text:0x800B2B90; // type:function size:0xD8
fn_800B2C70 = .text:0x800B2C70; // type:function size:0x340
+1 -1
View File
@@ -327,7 +327,7 @@ void dLytMsgWindow_c::executeState_OutputText() {
}
field_0x81C = mpMsgWindowUnk->checkEndReached();
field_0x81D = mpMsgWindowUnk->reset();
field_0x81D = mpMsgWindowUnk->checkLastLineReached();
}
void dLytMsgWindow_c::finalizeState_OutputText() {}