mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 04:31:37 -04:00
Debug+retail matches and clean up some fakematches (#2910)
* Debug matches * Match daAlink_c::procGrassWhistleWait * Match JASAramStream::channelProc * More debug matches * Match JAUStreamStaticAramMgr_::deleteStreamAram and bitset inlines * Fix some fakematches * Fix gameinfo player info not being a struct * Update bug comments * Fix procids in alink * d_a_scene_exit OK
This commit is contained in:
@@ -658,15 +658,21 @@ void daNpc_Bans_c::reset() {
|
||||
|
||||
switch (mType) {
|
||||
case TYPE_POST_TWILIGHT:
|
||||
break;
|
||||
case TYPE_TWILIGHT:
|
||||
break;
|
||||
case TYPE_COLIN_KIDNAPPED:
|
||||
break;
|
||||
case TYPE_MAKING_BOMBS:
|
||||
break;
|
||||
case TYPE_SHOP:
|
||||
break;
|
||||
default:
|
||||
daNpcT_offTmpBit(57); // dSv_event_tmp_flag_c::T_0057 - Kakariko Village (inside) - Barnes bomb shop <purchase>
|
||||
setAngle(angle);
|
||||
break;
|
||||
}
|
||||
|
||||
daNpcT_offTmpBit(57); // dSv_event_tmp_flag_c::T_0057 - Kakariko Village (inside) - Barnes bomb shop <purchase>
|
||||
setAngle(angle);
|
||||
}
|
||||
|
||||
void daNpc_Bans_c::afterJntAnm(int param_1) {
|
||||
|
||||
Reference in New Issue
Block a user