diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2021-11-24 13:34:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-24 13:34:26 -0500 |
| commit | 7febf4e555bb26843df42692449a88e872385c48 (patch) | |
| tree | b4de9f3a5318203bf8482319fb65c8d522063db1 /arm9/modules/63/include | |
| parent | da8960d5f6ad7eed4594522681b3794853aca4e4 (diff) | |
| parent | 23306c397c31ae0cffd2fee3b81206ddfec33ecd (diff) | |
Merge pull request #460 from remicalixte/unk_02006D98
decompile unk_02006D98.s
Diffstat (limited to 'arm9/modules/63/include')
| -rw-r--r-- | arm9/modules/63/include/mod63_021DB450.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/arm9/modules/63/include/mod63_021DB450.h b/arm9/modules/63/include/mod63_021DB450.h index ac3da1b6..ff42aef5 100644 --- a/arm9/modules/63/include/mod63_021DB450.h +++ b/arm9/modules/63/include/mod63_021DB450.h @@ -2,11 +2,12 @@ #define POKEDIAMOND_MOD63_021DB450_H #include "global.h" +#include "unk_02006D98.h" typedef struct UnkStruct63_021DB450 //intro base struct type { - struct UnkStruct63_021DB450 * field_00; //oddly requires this to be set to progress past copyright/pokemon screen. - u32 field_04[3]; //mon animations? + struct UnkStruct_02006D98 * field_00; //oddly requires this to be set to progress past copyright/pokemon screen. + struct UnkStruct_02006D98_2 * field_04[3]; //mon animations? u32 field_10; void * field_14; void * field_18; @@ -21,13 +22,7 @@ typedef struct UnkStruct63_021DB450 //intro base struct type u8 filler_34[0x30]; } UnkStruct63_021DB450; -typedef struct UnkStruct63_021DB49C -{ - u32 field_00; - u32 field_04; - u32 field_08; - u32 field_0C; -} UnkStruct63_021DB49C; + typedef struct UnkStruct63_021DBEF0 { |
