unknown_072E50.c data section

This commit is contained in:
David Benepe
2021-05-27 19:19:59 -07:00
committed by Antonio Castelli
parent 156ac67a7e
commit 2af961e70c
2 changed files with 26 additions and 11 deletions
+13 -9
View File
@@ -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
View File
@@ -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")