mirror of
https://github.com/zeldaret/tp
synced 2026-07-10 15:13:54 -04:00
d_a_tag_mmsg OK
This commit is contained in:
@@ -2681,6 +2681,8 @@ inline u32 dComIfGp_particle_setPolyColor(u32 param_0, u16 param_1, cBgS_PolyInf
|
||||
|
||||
int dComIfGd_setSimpleShadow(cXyz* pos, f32 param_1, f32 param_2, cBgS_PolyInfo& param_3, s16 angle,
|
||||
f32 param_5, _GXTexObj* tex);
|
||||
stage_camera_class* dComIfGp_getRoomCamera(int i_roomNo);
|
||||
stage_arrow_class* dComIfGp_getRoomArrow(int i_roomNo);
|
||||
int dComIfGd_setShadow(u32 param_0, s8 param_1, J3DModel* param_2, cXyz* param_3, f32 param_4,
|
||||
f32 param_5, f32 param_6, f32 param_7, cBgS_PolyInfo& param_8,
|
||||
dKy_tevstr_c* param_9, s16 param_10, f32 param_11, _GXTexObj* param_12);
|
||||
|
||||
+6
-1
@@ -151,9 +151,14 @@ struct stage_camera_class {
|
||||
/* 0x4 */ stage_camera2_data_class* field_0x4;
|
||||
};
|
||||
|
||||
struct stage_arrow_class {
|
||||
struct stage_arrow_data_class {
|
||||
/* 0x00 */ cXyz mPosition;
|
||||
/* 0x0C */ csXyz mAngle;
|
||||
};
|
||||
|
||||
struct stage_arrow_class {
|
||||
/* 0x00 */ int mNum;
|
||||
/* 0x04 */ stage_arrow_data_class* mEntries;
|
||||
}; // Size: 0x14
|
||||
|
||||
class stage_actor_data_class {
|
||||
|
||||
Reference in New Issue
Block a user