mirror of
https://github.com/zeldaret/tp
synced 2026-07-03 21:10:33 -04:00
Fix symbol names (#118)
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
extern "C" {
|
||||
double sqrt(double);
|
||||
void __ct__7cSAngleFs(void);
|
||||
void cSAngle_NS_dtor(void);
|
||||
void __dt__7cSAngleFv(void);
|
||||
void func_80361C24(void);
|
||||
float cAngle_NS_Adjust(float, float, float);
|
||||
}
|
||||
@@ -344,7 +344,7 @@ float cAngle_NS_Adjust(float f1, float f2, float f3) {
|
||||
|
||||
// __sinit_c_angle_cpp
|
||||
//
|
||||
asm void func_80271BD4(void) {
|
||||
asm void __sinit_c_angle_cpp(void) {
|
||||
nofralloc
|
||||
#include "SComponent/c_angle/asm/func_80271BD4.s"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user