J2DPicture::append OK

This commit is contained in:
Pheenoh 2021-03-27 18:14:23 -04:00
parent 2b2f8c1257
commit d36fb432f1
No known key found for this signature in database
GPG Key ID: 4312662758CE7D5A
2 changed files with 6 additions and 5 deletions

View File

@ -42,6 +42,10 @@ public:
virtual void setBlendRatio(f32, f32);
virtual void setBlendColorRatio(f32, f32);
virtual void setBlendAlphaRatio(f32, f32);
public:
/* 0x00 */ u8 field_0x00[0x08];
/* 0x08 */ u8 field_0x08;
};
#endif

View File

@ -189,11 +189,8 @@ void J2DPicture::setBlendRatio(f32 param_1, f32 param_2) {
setBlendAlphaRatio(param_1,param_2);
}
// append__10J2DPictureFPCcf
// J2DPicture::append(const s8*, f32)
asm void J2DPicture::append(const char*, f32) {
nofralloc
#include "f/f_op/f_op_msg_mng/asm/func_80020338.s"
void J2DPicture::append(const char* param_1, f32 param_2) {
insert(param_1,field_0x08,param_2);
}
// insert__10J2DPictureFPCcUcf