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/unkStruct.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/unkStruct.h') 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 From d3966a0f679b41932d857feb0341df04e4fd6744 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 18 Oct 2020 16:39:39 -0400 Subject: match code_801DAAE0.cpp --- include/unkStruct.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/unkStruct.h') diff --git a/include/unkStruct.h b/include/unkStruct.h index 34b40f1..d1c304f 100644 --- a/include/unkStruct.h +++ b/include/unkStruct.h @@ -10,8 +10,6 @@ struct unkStruct u16 unk2; u8 unk4; u8 unk5; - u8 unk6; - u8 unk7; unkStruct(u8 p1, u16 p2, u8 p3) : unk0(p1), unk2(p2), unk4(p3) { } }; -- cgit v1.2.3