mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 23:45:55 -04:00
ChkBit comments and enum work (#2571)
* Jagar cleanup * saru work * e_fm work * gob enum added * gob cleanup * gob anm enums * dComIfGs_isEventBit comments added * More bit work and besu enum work * Maybe fixed the issue?
This commit is contained in:
+4
-7
@@ -14,15 +14,13 @@
|
||||
#include "d/actor/d_a_tag_mstop.h"
|
||||
#include "d/d_event_debug.h"
|
||||
|
||||
/* 80041480-80041488 03BDC0 0008+00 1/1 0/0 0/0 .text event_debug_evnt__21@unnamed@d_event_cpp@Fv
|
||||
*/
|
||||
/* 80041480-80041488 03BDC0 0008+00 1/1 0/0 0/0 .text event_debug_evnt__21@unnamed@d_event_cpp@Fv */
|
||||
namespace {
|
||||
static bool event_debug_evnt() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/* 80041488-80041580 03BDC8 00F8+00 1/1 0/0 0/0 .text
|
||||
* clear_tmpflag_for_message__21@unnamed@d_event_cpp@Fv */
|
||||
/* 80041488-80041580 03BDC8 00F8+00 1/1 0/0 0/0 .text clear_tmpflag_for_message__21@unnamed@d_event_cpp@Fv */
|
||||
static void clear_tmpflag_for_message() {
|
||||
dComIfGs_offTmpBit(dSv_event_tmp_flag_c::tempBitLabels[11]);
|
||||
dComIfGs_offTmpBit(dSv_event_tmp_flag_c::tempBitLabels[12]);
|
||||
@@ -43,15 +41,14 @@ dEvt_control_c::dEvt_control_c() {
|
||||
|
||||
dEvt_order_c::dEvt_order_c() {}
|
||||
|
||||
/* 800415D8-80041668 03BF18 0090+00 1/1 0/0 0/0 .text orderOld__14dEvt_control_cFUsUsUsUsPvPvPCv
|
||||
*/
|
||||
/* 800415D8-80041668 03BF18 0090+00 1/1 0/0 0/0 .text orderOld__14dEvt_control_cFUsUsUsUsPvPvPCv */
|
||||
s32 dEvt_control_c::orderOld(u16 eventType, u16 priority, u16 flag, u16 hind, void* param_4,
|
||||
void* param_5, void const* eventName) {
|
||||
int eventIdx = dComIfGp_getEventManager().getEventIdx((char*)eventName, -1, -1);
|
||||
return order(eventType, priority, flag, hind, param_4, param_5, eventIdx, -1);
|
||||
}
|
||||
|
||||
/* 80041668-80041804 03BFA8 019C+00 3/3 13/13 0/0 .text order__14dEvt_control_cFUsUsUsUsPvPvsUc */
|
||||
/* 80041668-80041804 03BFA8 019C+00 3/3 13/13 0/0 .text order__14dEvt_control_cFUsUsUsUsPvPvsUc */
|
||||
s32 dEvt_control_c::order(u16 eventType, u16 priority, u16 flag, u16 hind, void* param_4,
|
||||
void* param_5, s16 eventID, u8 infoIdx) {
|
||||
if (!(flag & 0x400) && infoIdx != 0xFF) {
|
||||
|
||||
Reference in New Issue
Block a user