mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
npcT / JUTGamePad work
This commit is contained in:
@@ -158,6 +158,10 @@ inline BOOL fopAcM_IsActor(void* actor) {
|
||||
return fopAc_IsActor(actor);
|
||||
}
|
||||
|
||||
inline void fopAcM_SetRoomNo(fopAc_ac_c* actor, s8 roomNo) {
|
||||
actor->mCurrent.mRoomNo = roomNo;
|
||||
}
|
||||
|
||||
void* fopAcM_FastCreate(s16 pProcTypeID, FastCreateReqFunc param_2, void* param_3, void* pData);
|
||||
void fopAcM_setStageLayer(void*);
|
||||
int fopAcM_setRoomLayer(void*, int);
|
||||
|
||||
Reference in New Issue
Block a user