mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved rodata from C to GLOBAL_ASM in unknown_05FF10
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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")
|
||||
Reference in New Issue
Block a user