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_0B8920
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
.late_rodata
|
||||
glabel D_800E92A0
|
||||
.float 10000.0
|
||||
glabel D_800E92A4
|
||||
.float -10000.0
|
||||
|
||||
.text
|
||||
glabel func_800B82B4
|
||||
/* 0B8EB4 800B82B4 27BDFF90 */ addiu $sp, $sp, -0x70
|
||||
/* 0B8EB8 800B82B8 AFBF0044 */ sw $ra, 0x44($sp)
|
||||
|
||||
@@ -1,3 +1,22 @@
|
||||
.late_rodata
|
||||
glabel D_800E92A8
|
||||
.float 6.64
|
||||
glabel D_800E92AC
|
||||
.float 89128.961
|
||||
glabel D_800E92B0
|
||||
.float 6.5333333
|
||||
glabel D_800E92B4
|
||||
.float 89128.961
|
||||
glabel D_800E92B8
|
||||
.float 6.64
|
||||
glabel D_800E92BC
|
||||
.float 89128.961
|
||||
glabel D_800E92C0
|
||||
.float 6.5333333
|
||||
glabel D_800E92C4
|
||||
.float 89128.961
|
||||
|
||||
.text
|
||||
glabel func_800BF634
|
||||
/* 0C0234 800BF634 3C03800E */ lui $v1, %hi(D_800E3190) # $v1, 0x800e
|
||||
/* 0C0238 800BF638 24633190 */ addiu $v1, %lo(D_800E3190) # addiu $v1, $v1, 0x3190
|
||||
|
||||
@@ -112,17 +112,6 @@ const char D_800E91E4[] = "\nError :: can not remove a wave swell object which d
|
||||
const char D_800E9228[] = "\nError :: more than eight swells overlap on column %d.";
|
||||
const char D_800E9260[] = "\nError :: can not add another wave swell, reached limit of %d.";
|
||||
|
||||
const FloatLiteral D_800E92A0 = { 10000.0f };
|
||||
const FloatLiteral D_800E92A4 = { -10000.0f };
|
||||
const FloatLiteral D_800E92A8 = { 6.64f };
|
||||
const FloatLiteral D_800E92AC = { 89128.961f };
|
||||
const FloatLiteral D_800E92B0 = { 6.5333333f };
|
||||
const FloatLiteral D_800E92B4 = { 89128.961f};
|
||||
const FloatLiteral D_800E92B8 = { 6.64f };
|
||||
const FloatLiteral D_800E92BC = { 89128.961f };
|
||||
const FloatLiteral D_800E92C0 = { 6.5333333f };
|
||||
const FloatLiteral D_800E92C4 = { 89128.961f };
|
||||
|
||||
/*********************************/
|
||||
|
||||
/************ .bss ************/
|
||||
|
||||
Reference in New Issue
Block a user