mirror of https://github.com/zeldaret/tp.git
fopMsgM_createExpHeap OK
This commit is contained in:
parent
e37966e14e
commit
1eb1de54f8
|
@ -5,6 +5,7 @@
|
||||||
#include "f/f_pc/f_pc_stdcreate_req.h"
|
#include "f/f_pc/f_pc_stdcreate_req.h"
|
||||||
#include "f/f_op/f_op_msg_mng.h"
|
#include "f/f_op/f_op_msg_mng.h"
|
||||||
#include "f/f_pc/f_pc_manager.h"
|
#include "f/f_pc/f_pc_manager.h"
|
||||||
|
#include "m_Do/m_Do_ext/m_Do_ext.h"
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
|
|
||||||
// additional symbols needed for f_op_msg_mng.cpp
|
// additional symbols needed for f_op_msg_mng.cpp
|
||||||
|
@ -197,11 +198,12 @@ void J2DPicture::insert(const char* param_1, u8 param_2, f32 param_3) {
|
||||||
insert(param_1,0,param_2,param_3);
|
insert(param_1,0,param_2,param_3);
|
||||||
}
|
}
|
||||||
|
|
||||||
// fopMsgM_createExpHeap__FUlP7JKRHeap
|
void fopMsgM_createExpHeap(u32 param_1, JKRHeap* pJKRHeap) {
|
||||||
// fopMsgM_createExpHeap__FUlP7JKRHeap(u32, JKRHeap*)
|
if (!pJKRHeap) {
|
||||||
asm void fopMsgM_createExpHeap(u32, JKRHeap*) {
|
pJKRHeap = mDoExt_getGameHeap__Fv(); // fix this in header later
|
||||||
nofralloc
|
}
|
||||||
#include "f/f_op/f_op_msg_mng/asm/func_8002039C.s"
|
|
||||||
|
JKRExpHeap::create(param_1,pJKRHeap, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
// fopMsgM_destroyExpHeap__FP10JKRExpHeap
|
// fopMsgM_destroyExpHeap__FP10JKRExpHeap
|
||||||
|
|
Loading…
Reference in New Issue