mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 20:43:07 -04:00
tbox/camera/d_bg_w_kcol work and cleanup (#2262)
* some camera/tbox cleanup * d_bg_w_kcol work * make item name enum better
This commit is contained in:
@@ -1179,7 +1179,7 @@ BOOL daNpc_zrC_c::doEvent() {
|
||||
(this->*mpActionFn)(NULL);
|
||||
} else if (dComIfGp_event_chkTalkXY()) {
|
||||
if (dComIfGp_evmng_ChkPresentEnd()) {
|
||||
if (mType == 2 && dComIfGp_event_getPreItemNo() == ASHS_SCRIBBLING) {
|
||||
if (mType == 2 && dComIfGp_event_getPreItemNo() == fpcNm_ITEM_ASHS_SCRIBBLING) {
|
||||
mFlowID = 0x35;
|
||||
mOrderEvtNo = EVT_EARRING_GET;
|
||||
changeEvent(l_resNames[l_evtGetParamList[mOrderEvtNo].arcIdx],
|
||||
|
||||
Reference in New Issue
Block a user