mirror of
https://github.com/zeldaret/tp
synced 2026-05-30 08:56:46 -04:00
detect more floats/doubles, including from relocations
This commit is contained in:
@@ -45,6 +45,8 @@ struct J3DTexMtx {
|
||||
/* 80323C0C */ void calcPostTexMtx(f32 const (*)[4]);
|
||||
};
|
||||
|
||||
struct J3DTexCoord {};
|
||||
|
||||
struct J3DNBTScale {};
|
||||
|
||||
struct J3DTexGenBlock {
|
||||
@@ -53,8 +55,6 @@ struct J3DTexGenBlock {
|
||||
/* 80317424 */ void setNBTScale(J3DNBTScale const*);
|
||||
};
|
||||
|
||||
struct J3DTexCoord {};
|
||||
|
||||
struct J3DTexGenBlockPatched {
|
||||
/* 80317180 */ ~J3DTexGenBlockPatched();
|
||||
/* 80317644 */ void initialize();
|
||||
@@ -117,10 +117,10 @@ struct J3DTevOrder {};
|
||||
|
||||
struct J3DIndTevStage {};
|
||||
|
||||
struct J3DGXColor {};
|
||||
|
||||
struct J3DGXColorS10 {};
|
||||
|
||||
struct J3DGXColor {};
|
||||
|
||||
struct J3DTevBlock {
|
||||
/* 8000DBC8 */ void patchTexNoAndTexCoordScale();
|
||||
/* 8000DBD4 */ void patch();
|
||||
@@ -450,10 +450,10 @@ struct J3DPEBlockOpa {
|
||||
|
||||
struct J3DBlend {};
|
||||
|
||||
struct J3DFog {};
|
||||
|
||||
struct J3DAlphaComp {};
|
||||
|
||||
struct J3DFog {};
|
||||
|
||||
struct J3DPEBlock {
|
||||
/* 8000DBCC */ void patch();
|
||||
/* 8000DF3C */ bool getZCompLoc() const;
|
||||
|
||||
Reference in New Issue
Block a user