mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
J2DPicture::append OK
This commit is contained in:
@@ -42,6 +42,10 @@ public:
|
|||||||
virtual void setBlendRatio(f32, f32);
|
virtual void setBlendRatio(f32, f32);
|
||||||
virtual void setBlendColorRatio(f32, f32);
|
virtual void setBlendColorRatio(f32, f32);
|
||||||
virtual void setBlendAlphaRatio(f32, f32);
|
virtual void setBlendAlphaRatio(f32, f32);
|
||||||
|
|
||||||
|
public:
|
||||||
|
/* 0x00 */ u8 field_0x00[0x08];
|
||||||
|
/* 0x08 */ u8 field_0x08;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@@ -189,11 +189,8 @@ void J2DPicture::setBlendRatio(f32 param_1, f32 param_2) {
|
|||||||
setBlendAlphaRatio(param_1,param_2);
|
setBlendAlphaRatio(param_1,param_2);
|
||||||
}
|
}
|
||||||
|
|
||||||
// append__10J2DPictureFPCcf
|
void J2DPicture::append(const char* param_1, f32 param_2) {
|
||||||
// J2DPicture::append(const s8*, f32)
|
insert(param_1,field_0x08,param_2);
|
||||||
asm void J2DPicture::append(const char*, f32) {
|
|
||||||
nofralloc
|
|
||||||
#include "f/f_op/f_op_msg_mng/asm/func_80020338.s"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// insert__10J2DPictureFPCcUcf
|
// insert__10J2DPictureFPCcUcf
|
||||||
|
|||||||
Reference in New Issue
Block a user