mirror of https://github.com/zeldaret/tp.git
Implement `onCondition` inline function of `dEvt_info_c`
This commit is contained in:
parent
02ded44d36
commit
dc7e945aed
|
|
@ -123,12 +123,12 @@ public:
|
|||
void setEventName(char*);
|
||||
char* getEventName();
|
||||
void beforeProc();
|
||||
void onCondition(u16);
|
||||
void offCondition(u16);
|
||||
BOOL checkCommandCatch();
|
||||
BOOL checkCommandDoor();
|
||||
BOOL checkCommandDemoAccrpt() { return mCommand == dEvtCmd_INDEMO_e; }
|
||||
|
||||
void onCondition(u16 condition) { mCondition |= condition; }
|
||||
void setCommand(u16 command) { mCommand = command; }
|
||||
void setMapToolId(u8 id) { mMapToolId = id; }
|
||||
void setEventId(s16 id) { mEventId = id; }
|
||||
|
|
|
|||
|
|
@ -89,7 +89,6 @@ extern "C" static void daPy_getPlayerActorClass__Fv();
|
|||
extern "C" void Fovy__9dCamera_cFv();
|
||||
extern "C" void __as__4cXyzFRC4cXyz();
|
||||
extern "C" static void fopAcM_searchPlayerAngleY__FPC10fopAc_ac_c();
|
||||
extern "C" void onCondition__11dEvt_info_cFUs();
|
||||
extern "C" void checkCommandDemoAccrpt__11dEvt_info_cFv();
|
||||
extern "C" void __ct__4cXyzFRC4cXyz();
|
||||
extern "C" void __ct__4cXyzFfff();
|
||||
|
|
@ -3036,11 +3035,6 @@ extern "C" void fopAcM_searchPlayerAngleY__FPC10fopAc_ac_c() {
|
|||
// NONMATCHING
|
||||
}
|
||||
|
||||
/* 8075764C-8075765C 00B1EC 0010+00 1/1 0/0 0/0 .text onCondition__11dEvt_info_cFUs */
|
||||
void dEvt_info_c::onCondition(u16 param_0) {
|
||||
// NONMATCHING
|
||||
}
|
||||
|
||||
/* 8075765C-80757670 00B1FC 0014+00 1/1 0/0 0/0 .text checkCommandDemoAccrpt__11dEvt_info_cFv */
|
||||
// void dEvt_info_c::checkCommandDemoAccrpt() {
|
||||
extern "C" void checkCommandDemoAccrpt__11dEvt_info_cFv() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue