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 lib/unknown_0CA730
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
.late_rodata
|
||||
glabel D_800E9550
|
||||
.double -0.0
|
||||
glabel D_800E9558
|
||||
.double -0.0
|
||||
|
||||
.text
|
||||
glabel __f_to_ll
|
||||
/* 0CA74C 800C9B4C 46006109 */ trunc.l.s $f4, $f12
|
||||
/* 0CA750 800C9B50 44222000 */ dmfc1 $v0, $f4
|
||||
|
||||
@@ -4,14 +4,6 @@
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
/************ .rodata ************/
|
||||
|
||||
// In __f_to_ll
|
||||
const DoubleLiteral D_800E9550 = { -0.0 };
|
||||
const DoubleLiteral D_800E9558 = { -0.0 };
|
||||
|
||||
/*********************************/
|
||||
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0CA730/__d_to_ll.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0CA730/__f_to_ll.s")
|
||||
GLOBAL_ASM("lib/asm/non_matchings/unknown_0CA730/__ll_to_f.s")
|
||||
|
||||
Reference in New Issue
Block a user