J2DPicture::setBlendRatio OK

This commit is contained in:
Pheenoh
2021-03-27 18:07:36 -04:00
parent 2354fa1bf1
commit 2b2f8c1257
4 changed files with 50 additions and 12 deletions
+3 -5
View File
@@ -184,11 +184,9 @@ asm void fopMsgM_valueIncrease(int, int, u8) {
#include "f/f_op/f_op_msg_mng/asm/func_80020160.s"
}
// setBlendRatio__10J2DPictureFff
// J2DPicture::setBlendRatio(f32, f32)
asm void J2DPicture::setBlendRatio(f32, f32) {
nofralloc
#include "f/f_op/f_op_msg_mng/asm/func_800202CC.s"
void J2DPicture::setBlendRatio(f32 param_1, f32 param_2) {
setBlendColorRatio(param_1,param_2);
setBlendAlphaRatio(param_1,param_2);
}
// append__10J2DPictureFPCcf