mirror of
https://github.com/PrimeDecomp/echoes.git
synced 2026-07-12 18:18:57 -07:00
Small fixes & splits
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
MetroidPrime/CAxisAngle.cpp:
|
||||
.bss start:0x8040AD40 end:0x8040AD4C common
|
||||
|
||||
MetroidPrime/CEulerAngles.cpp:
|
||||
.bss start:0x8040AD4C end:0x8040AD58 common
|
||||
|
||||
MetroidPrime/Player/CPlayerState.cpp:
|
||||
.text start:0x80084864 end:0x80086410
|
||||
|
||||
|
||||
@@ -19026,8 +19026,8 @@ lbl_8040865C = .bss:0x8040865C; // type:object size:0x284
|
||||
lbl_804088E0 = .bss:0x804088E0; // type:object size:0x400 data:4byte
|
||||
lbl_80408CE0 = .bss:0x80408CE0; // type:object size:0x60
|
||||
lbl_80408D40 = .bss:0x80408D40; // type:object size:0x2000
|
||||
lbl_8040AD40 = .bss:0x8040AD40; // type:object size:0xC
|
||||
lbl_8040AD4C = .bss:0x8040AD4C; // type:object size:0xC data:float
|
||||
sIdentity__10CAxisAngle = .bss:0x8040AD40; // type:object size:0xC scope:global align:0x4
|
||||
sIdentity__12CEulerAngles = .bss:0x8040AD4C; // type:object size:0xC scope:global align:0x4 data:float
|
||||
lbl_8040AD58 = .bss:0x8040AD58; // type:object size:0x184 data:4byte
|
||||
lbl_8040AEDC = .bss:0x8040AEDC; // type:object size:0x404 data:4byte
|
||||
lbl_8040B2E0 = .bss:0x8040B2E0; // type:object size:0x1104 data:4byte
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ LIBS = [
|
||||
["Runtime/__init_cpp_exceptions.cpp", False],
|
||||
# TODO: need to implement all
|
||||
["Runtime/Gecko_ExceptionPPC.cp", False],
|
||||
["Runtime/global_destructor_chain.c", False],
|
||||
["Runtime/global_destructor_chain.c", True],
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include "Kyoto/Math/CVector3i.hpp"
|
||||
|
||||
// .bss start:0x80417510 end:0x80417570
|
||||
CVector3i CVector3i::sZeroVector = CVector3i(0, 0, 0);
|
||||
CVector3i CVector3i::sUpVector = CVector3i(0, 0, 1);
|
||||
CVector3i CVector3i::sDownVector = CVector3i(0, 0, -1);
|
||||
|
||||
@@ -49,10 +49,13 @@ void __fini_cpp_exceptions(void) {
|
||||
}
|
||||
|
||||
/* clang-format off */
|
||||
#pragma section ".ctors$10"
|
||||
__declspec(section ".ctors$10")
|
||||
void *const __init_cpp_exceptions_reference = __init_cpp_exceptions;
|
||||
#pragma section ".dtors$10"
|
||||
__declspec(section ".dtors$10")
|
||||
void *const __destroy_global_chain_reference = __destroy_global_chain;
|
||||
#pragma section ".dtors$15"
|
||||
__declspec(section ".dtors$15")
|
||||
void *const __fini_cpp_exceptions_reference = __fini_cpp_exceptions;
|
||||
/* clang-format on */
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
v0.3.2
|
||||
v0.3.3
|
||||
|
||||
Reference in New Issue
Block a user