Moved rodata from C to GLOBAL_ASM in unknown_05FF10

This commit is contained in:
David Benepe
2021-06-05 15:03:18 -05:00
parent 721887a4d9
commit 807b4ee29b
2 changed files with 9 additions and 9 deletions
@@ -1,3 +1,12 @@
.late_rodata
glabel D_800E6B00
.double 0.3
glabel D_800E6B08
.double -0.3
glabel D_800E6B10
.double 0.4
.text
glabel func_8005F310
/* 05FF10 8005F310 27BDFFC0 */ addiu $sp, $sp, -0x40
/* 05FF14 8005F314 AFA40040 */ sw $a0, 0x40($sp)
-9
View File
@@ -16,13 +16,4 @@ s16 D_800DCE80[14] = {
/*******************************/
/************ .rodata ************/
const DoubleLiteral D_800E6B00 = { 0.3 };
const DoubleLiteral D_800E6B08 = { -0.3 };
const DoubleLiteral D_800E6B10 = { 0.4 };
/*********************************/
GLOBAL_ASM("asm/non_matchings/unknown_05F690/func_8005F310.s")