mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
unknown_005740.c data section
This commit is contained in:
committed by
Antonio Castelli
parent
a2f2e6e2f2
commit
e5dd55c69e
+18
-12
@@ -112,21 +112,27 @@
|
||||
|
||||
######################################################
|
||||
|
||||
glabel D_800DC6D0
|
||||
.word 0x01000000
|
||||
############## unknown_005740.c (.data) ##############
|
||||
|
||||
glabel D_800DC6D4
|
||||
.word 0x00000000
|
||||
# glabel D_800DC6D0
|
||||
# .word 0x01000000
|
||||
#
|
||||
# glabel D_800DC6D4
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DC6D8
|
||||
# .word 0x00000001
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DC6E0
|
||||
# .word 0x00000000
|
||||
#
|
||||
# .word 0, 0, 0 # Padding
|
||||
|
||||
glabel D_800DC6D8
|
||||
.word 0x00000001
|
||||
.word 0x00000000
|
||||
######################################################
|
||||
|
||||
glabel D_800DC6E0
|
||||
.word 0x00000000
|
||||
.word 0x00000000
|
||||
.word 0x00000000
|
||||
.word 0x00000000
|
||||
|
||||
############## unknown_00BC20.c (.data) ##############
|
||||
|
||||
glabel D_800DC6F0
|
||||
.word 0x80000000
|
||||
|
||||
@@ -98,8 +98,6 @@ s32 D_800DC6C4 = 0; // Currently unknown, might be a different type.
|
||||
|
||||
/*******************************/
|
||||
|
||||
/*** No .rodata section ***/
|
||||
|
||||
/************ .bss ************/
|
||||
|
||||
extern s32 D_80115F90;
|
||||
|
||||
@@ -4,8 +4,22 @@
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
/************ .data ************/
|
||||
|
||||
s8 D_800DC6D0 = 1; // Currently unknown, might be a u8.
|
||||
s32 D_800DC6D4 = 0; // Currently unknown, might be a different type.
|
||||
s32 D_800DC6D8 = 1; // Currently unknown, might be a different type.
|
||||
s32 D_800DC6DC = 0; // Currently unknown, might be a different type.
|
||||
s32 D_800DC6E0 = 0; // Currently unknown, might be a different type.
|
||||
|
||||
/*******************************/
|
||||
|
||||
/************ .bss ************/
|
||||
|
||||
extern s8 D_8011AC18;
|
||||
|
||||
/*******************************/
|
||||
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_005740/func_80004B40.s")
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_005740/func_800050D0.s")
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_005740/func_80005254.s")
|
||||
|
||||
Reference in New Issue
Block a user