Moved .rodata in unknown_062930 from asm to unknown_05F690.c.

This commit is contained in:
David Benepe
2021-05-30 17:58:14 -05:00
parent a074165247
commit 515065c717
2 changed files with 11 additions and 20 deletions
-20
View File
@@ -1,20 +0,0 @@
.include "macros.inc"
.macro .aligned_text ascii
.asciz "\ascii"
.balign 4
.endm
.section .rodata
# I am not sure if this is in the correct file. It is hard to tell without any glabels.
.aligned_text "Error: Model no. out of range on load. !!\n"
.aligned_text "TEXTURE ERROR!!\n%d,%d\n"
.aligned_text "Error: Model table overflow!!\n"
.aligned_text "WARNING :: createModelInstance called with NULL pointer\n"
.aligned_text "ModFreeModel : NULL mod_inst!!\n"
.aligned_text "MOD Error: Tryed to deallocate non-existent model!!\n"
.word 0x00000000
.word 0x00000000
+11
View File
@@ -49,6 +49,17 @@ const DoubleLiteral D_800E6B00 = { 0.3 };
const DoubleLiteral D_800E6B08 = { -0.3 };
const DoubleLiteral D_800E6B10 = { 0.4 };
// This is another file boundary.
const DoubleLiteral D_800E6B18 = { 0.0 };
// I am not sure where these go. It is hard to tell without any glabels.
// Need to figure out which file handles creating models.
const char D_800E6B20[] = "Error: Model no. out of range on load. !!\n";
const char D_800E6B4C[] = "TEXTURE ERROR!!\n%d,%d\n";
const char D_800E6B64[] = "Error: Model table overflow!!\n";
const char D_800E6B84[] = "WARNING :: createModelInstance called with NULL pointer\n";
const char D_800E6BC0[] = "ModFreeModel : NULL mod_inst!!\n";
const char D_800E6BE0[] = "MOD Error: Tryed to deallocate non-existent model!!\n";
/*********************************/