mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved .rodata in unknown_065D30 from asm to C.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
.include "macros.inc"
|
||||
|
||||
.macro .aligned_text ascii
|
||||
.asciz "\ascii"
|
||||
.balign 4
|
||||
.endm
|
||||
|
||||
.section .rodata
|
||||
|
||||
glabel D_800E6EC0
|
||||
.word 0x412E8480
|
||||
|
||||
glabel D_800E6EC4
|
||||
.word 0x00000000
|
||||
.word 0x00000000
|
||||
.word 0x00000000
|
||||
@@ -4,6 +4,13 @@
|
||||
#include "types.h"
|
||||
#include "macros.h"
|
||||
|
||||
/************ .rodata ************/
|
||||
|
||||
// In __timeToSamplesNoRound
|
||||
const DoubleLiteral D_800E6EC0 = { 1000000.0 };
|
||||
|
||||
/*********************************/
|
||||
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_065D30/alSynNew.s")
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_065D30/alAudioFrame.s")
|
||||
GLOBAL_ASM("asm/non_matchings/unknown_065D30/__allocParam.s")
|
||||
|
||||
Reference in New Issue
Block a user