mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
unknown_079F50.c data section
This commit is contained in:
+39
-35
@@ -1529,43 +1529,47 @@
|
||||
|
||||
############## unknown_079F50.c (.data) ##############
|
||||
|
||||
glabel D_800DE730
|
||||
.word 0x00000000
|
||||
.word 0x00000000
|
||||
# glabel D_800DE730
|
||||
# .word 0x00000000
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE738
|
||||
# .word 0x00000000
|
||||
# .word 0x00000008
|
||||
#
|
||||
# glabel D_800DE740
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE744
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE748
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE74C
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE750
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE754
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE758
|
||||
# .word 0x00000000
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE760
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE764
|
||||
# .word 0x00000000
|
||||
# .word 0x00000000
|
||||
# .word 0x00000000
|
||||
|
||||
glabel D_800DE738
|
||||
.word 0x00000000
|
||||
.word 0x00000008
|
||||
######################################################
|
||||
|
||||
glabel D_800DE740
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800DE744
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800DE748
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800DE74C
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800DE750
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800DE754
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800DE758
|
||||
.word 0x00000000
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800DE760
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800DE764
|
||||
.word 0x00000000
|
||||
.word 0x00000000
|
||||
.word 0x00000000
|
||||
############## unknown_07AF10.c (.data) ##############
|
||||
|
||||
glabel D_800DE770
|
||||
.word 0x00000000
|
||||
|
||||
+22
-2
@@ -61,8 +61,28 @@ typedef struct{
|
||||
u8 pad00[0x50];
|
||||
}unk800E3900;
|
||||
|
||||
extern u32 D_800DE754;
|
||||
extern u32 D_800DE758;
|
||||
|
||||
/************ .data ************/
|
||||
|
||||
// Unsure about if this is an array or struct.
|
||||
s32 D_800DE730[] = { 0, 0 };
|
||||
s32 D_800DE738[] = { 0, 8 };
|
||||
|
||||
s32 D_800DE740 = 0; // Currently unknown, might be a different type.
|
||||
s32 D_800DE744 = 0; // Currently unknown, might be a different type.
|
||||
s32 D_800DE748 = 0; // Currently unknown, might be a different type.
|
||||
s32 D_800DE74C = 0; // Currently unknown, might be a different type.
|
||||
|
||||
s32 D_800DE750 = 0; // Currently unknown, might be a different type.
|
||||
u32 D_800DE754 = 0;
|
||||
u32 D_800DE758 = 0;
|
||||
s32 D_800DE75C = 0; // Currently unknown, might be a different type.
|
||||
|
||||
s32 D_800DE760 = 0; // Currently unknown, might be a different type.
|
||||
s32 D_800DE764 = 0; // Currently unknown, might be a different type.
|
||||
|
||||
/*******************************/
|
||||
|
||||
extern OSViMode D_800E3900[];//osViModeTable;
|
||||
|
||||
extern s32 D_80126120;
|
||||
|
||||
Reference in New Issue
Block a user