mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 23:21:28 -04:00
lv6togetrap, swpush2, tafence done (#2771)
* lv6togetrap, swpush2, tafence done * fix jp/pal * Use dEvtCnd_CANDEMO_e --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
This commit is contained in:
@@ -749,10 +749,6 @@ void daObjSwpush::Act_c::demo_stop_puase() {
|
||||
}
|
||||
}
|
||||
|
||||
static inline bool dComIfGp_evmng_existence(s16 eventIdx) {
|
||||
return g_dComIfG_gameInfo.play.getEvtManager().getEventData(eventIdx) != NULL;
|
||||
}
|
||||
|
||||
/* 80484708-804847B4 001AA8 00AC+00 2/2 0/0 0/0 .text demo_reqSw_init__Q211daObjSwpush5Act_cFv */
|
||||
void daObjSwpush::Act_c::demo_reqSw_init() {
|
||||
if (dComIfGp_evmng_existence(mEventID) && (mDemoMode == DEMO_MODE_NON || mDemoMode == DEMO_MODE_REQ_PAUSE || mDemoMode == DEMO_MODE_RUN_PAUSE)) {
|
||||
|
||||
Reference in New Issue
Block a user