diff options
| author | Julgodis <> | 2021-04-10 07:02:38 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-04-10 07:02:38 +0200 |
| commit | 0ad6ebe7b499ad3efffad93e2e7eb1033bcb6598 (patch) | |
| tree | a40631b0654c4d310ebff2360e2a4ef32437a2b5 /src/d/msg/d_msg_string_base.cpp | |
| parent | 2661db6aaa98a5bbd17691cb438ef64752dbcdf4 (diff) | |
moved strings + decompile simple store functions
Diffstat (limited to 'src/d/msg/d_msg_string_base.cpp')
| -rw-r--r-- | src/d/msg/d_msg_string_base.cpp | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/src/d/msg/d_msg_string_base.cpp b/src/d/msg/d_msg_string_base.cpp index 1847d3191b..c9e639a9f5 100644 --- a/src/d/msg/d_msg_string_base.cpp +++ b/src/d/msg/d_msg_string_base.cpp @@ -15,12 +15,12 @@ struct jmessage_string_tControl { /* 8022FB5C */ jmessage_string_tControl(); }; -struct COutFont_c {}; - struct J2DTextBox {}; struct JUTFont {}; +struct COutFont_c {}; + struct jmessage_string_tReference { /* 8022F8C0 */ jmessage_string_tReference(); /* 8022F9AC */ void init(J2DTextBox*, J2DTextBox*, JUTFont*, COutFont_c*, u8); @@ -191,6 +191,13 @@ asm dMsgStringBase_c::~dMsgStringBase_c() { } #pragma pop +/* ############################################################################################## */ +/* 80399C98-80399C98 0262F8 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ +#pragma push +#pragma force_active on +SECTION_DEAD static char const* const stringBase_80399C98 = "zel_00.bmg"; +#pragma pop + /* 80249700-80249768 244040 0068+00 1/1 2/2 0/0 .text getResource__16dMsgStringBase_cFv */ #pragma push @@ -311,14 +318,15 @@ void dMsgStringBase_c::drawOutFontLocal(J2DTextBox* param_0, f32 param_1) { /* empty function */ } -/* 80399C98-80399CB0 0262F8 0013+05 1/1 0/0 0/0 .rodata @stringBase0 */ +/* ############################################################################################## */ +/* 80399CA3-80399CB0 026303 0008+05 0/0 0/0 0/0 .rodata None */ #pragma push #pragma force_active on -#pragma section ".dead" -SECTION_DEAD static char const* const stringBase_80399C98 = "zel_00.bmg"; SECTION_DEAD static char const* const stringBase_80399CA3 = "" "\x1B" "CR[%d]"; /* @stringBase0 padding */ SECTION_DEAD static char const* const pad_80399CAB = "\0\0\0\0"; #pragma pop + +/* 80399C98-80399C98 0262F8 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */ |
