mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
unknown_072E50.c data section
This commit is contained in:
committed by
Antonio Castelli
parent
156ac67a7e
commit
2af961e70c
+13
-9
@@ -1299,17 +1299,21 @@
|
||||
|
||||
############## unknown_072E50.c (.data) ##############
|
||||
|
||||
glabel D_800DE440
|
||||
.word 0x00000000
|
||||
# glabel D_800DE440
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE444
|
||||
# .aligned_text "\0 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#'*+,-./:=?@"
|
||||
#
|
||||
# glabel D_800DE488
|
||||
# .word 0x00000000
|
||||
#
|
||||
# glabel D_800DE48C
|
||||
# .word 0x00000000
|
||||
|
||||
glabel D_800DE444
|
||||
.aligned_text "\0 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#'*+,-./:=?@"
|
||||
######################################################
|
||||
|
||||
glabel D_800DE488
|
||||
.word 0x00000000
|
||||
|
||||
glabel D_800DE48C
|
||||
.word 0x00000000
|
||||
############## unknown_078050.c (.data) ##############
|
||||
|
||||
glabel D_800DE490
|
||||
.word 0x00020000
|
||||
|
||||
+13
-2
@@ -4,10 +4,21 @@
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
extern s32 D_800DE440;
|
||||
extern s32 D_800DE48C;
|
||||
/************ .data ************/
|
||||
|
||||
s32 D_800DE440 = 0;
|
||||
char D_800DE444[68] = "\0 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#'*+,-./:=?@";
|
||||
s32 D_800DE488 = 0; // Currently unknown, might be a different type.
|
||||
s32 D_800DE48C = 0;
|
||||
|
||||
/*******************************/
|
||||
|
||||
/************ .bss ************/
|
||||
|
||||
extern s32 D_80124010;
|
||||
|
||||
/*******************************/
|
||||
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_072E50/func_80072250.s")
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_072E50/func_80072298.s")
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_072E50/func_80072348.s")
|
||||
|
||||
Reference in New Issue
Block a user