From 8568daeb69769a56131bb4451fe3e18a7a252fb0 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 18 Oct 2020 13:51:17 -0400 Subject: match func_801DAFAC using an inline asm block --- include/code_801DAAE0.h | 5 +++-- include/unkStruct.h | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/code_801DAAE0.h b/include/code_801DAAE0.h index 94b9794..93d9fef 100644 --- a/include/code_801DAAE0.h +++ b/include/code_801DAAE0.h @@ -20,6 +20,7 @@ struct unkClass2 { MEMHeapHandle heap; u16 groupID; + u32 unk8; }; @@ -49,8 +50,8 @@ void func_801DAEA4(void *memBlock); u32 func_801DAEE0(const void *memBlock); u32 func_801DAEF8(void); void lbl_801DAF1C(void *memBlock, MEMHeapHandle, u32 p3); - - +void func_801DAF70(MEMHeapHandle heap, u16 groupID); +void func_801DAFAC(void *dest, const void *src, size_t n); void func_801DAEA4(void*); #ifdef __cplusplus diff --git a/include/unkStruct.h b/include/unkStruct.h index 73d3cfc..34b40f1 100644 --- a/include/unkStruct.h +++ b/include/unkStruct.h @@ -4,7 +4,7 @@ // Note: Many instances of this class appear in .sbss, and they are partially initialized // by the static initializers in .ctors -class unkStruct +struct unkStruct { u8 unk0; u16 unk2; @@ -12,7 +12,6 @@ class unkStruct u8 unk5; u8 unk6; u8 unk7; -public: unkStruct(u8 p1, u16 p2, u8 p3) : unk0(p1), unk2(p2), unk4(p3) { } }; -- cgit v1.2.3