mirror of
https://github.com/zeldaret/tp
synced 2026-06-16 14:50:21 -04:00
moved strings + decompile simple store functions
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
// Types:
|
||||
//
|
||||
|
||||
struct JKRExpHeap {};
|
||||
|
||||
struct JUTFont {};
|
||||
|
||||
struct JKRExpHeap {};
|
||||
|
||||
struct dMsgScrnTree_c {
|
||||
/* 80248954 */ dMsgScrnTree_c(JUTFont*, JKRExpHeap*);
|
||||
/* 80248F14 */ ~dMsgScrnTree_c();
|
||||
@@ -157,7 +157,19 @@ SECTION_RODATA static u8 const t_tag[24] = {
|
||||
0x6D, 0x67, 0x5F, 0x65, 0x34, 0x6C, 0x69, 0x6E, 0x00, 0x00, 0x00, 0x00,
|
||||
0x66, 0x34, 0x5F, 0x77, 0x00, 0x00, 0x00, 0x00, 0x74, 0x34, 0x5F, 0x73,
|
||||
};
|
||||
COMPILER_STRIP_GATE(80399C18, &t_tag);
|
||||
COMPILER_STRIP_GATE(0x80399C18, &t_tag);
|
||||
|
||||
/* 80399C30-80399C30 026290 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
|
||||
#pragma push
|
||||
#pragma force_active on
|
||||
SECTION_DEAD static char const* const stringBase_80399C30 = "zelda_kanban_wood_a.blo";
|
||||
SECTION_DEAD static char const* const stringBase_80399C48 = "zelda_kanban_wood_a.bck";
|
||||
SECTION_DEAD static char const* const stringBase_80399C60 = "zelda_kanban_wood_a.btk";
|
||||
SECTION_DEAD static char const* const stringBase_80399C78 = "zelda_kanban_wood_a_02.btk";
|
||||
SECTION_DEAD static char const* const stringBase_80399C93 = "";
|
||||
/* @stringBase0 padding */
|
||||
SECTION_DEAD static char const* const pad_80399C94 = "\0\0\0";
|
||||
#pragma pop
|
||||
|
||||
/* 803C1420-803C1478 01E540 0058+00 2/2 0/0 0/0 .data __vt__14dMsgScrnTree_c */
|
||||
SECTION_DATA extern void* __vt__14dMsgScrnTree_c[22] = {
|
||||
@@ -268,15 +280,4 @@ void dMsgScrnTree_c::fukiTrans(f32 param_0, f32 param_1) {
|
||||
/* empty function */
|
||||
}
|
||||
|
||||
/* 80399C30-80399C98 026290 0064+04 1/1 0/0 0/0 .rodata @stringBase0 */
|
||||
#pragma push
|
||||
#pragma force_active on
|
||||
#pragma section ".dead"
|
||||
SECTION_DEAD static char const* const stringBase_80399C30 = "zelda_kanban_wood_a.blo";
|
||||
SECTION_DEAD static char const* const stringBase_80399C48 = "zelda_kanban_wood_a.bck";
|
||||
SECTION_DEAD static char const* const stringBase_80399C60 = "zelda_kanban_wood_a.btk";
|
||||
SECTION_DEAD static char const* const stringBase_80399C78 = "zelda_kanban_wood_a_02.btk";
|
||||
SECTION_DEAD static char const* const stringBase_80399C93 = "";
|
||||
/* @stringBase0 padding */
|
||||
SECTION_DEAD static char const* const pad_80399C94 = "\0\0\0";
|
||||
#pragma pop
|
||||
/* 80399C30-80399C30 026290 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
|
||||
|
||||
Reference in New Issue
Block a user