Clean up dComIfGp_evmng_getMyActIdx calls

This commit is contained in:
LagoLunatic
2026-03-12 17:46:14 -04:00
parent 37000df61b
commit ff60c624ce
24 changed files with 129 additions and 111 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ struct DynamicModuleControl : DynamicModuleControlBase {
virtual const char* getModuleName() const { return mName; }
virtual int getModuleSize() const;
virtual const char* getModuleTypeString() const;
#if VERSION != VERSION_DEMO
#if VERSION > VERSION_DEMO
virtual void dump2();
#endif
virtual bool do_load();
@@ -73,7 +73,7 @@ struct DynamicModuleControl : DynamicModuleControlBase {
/* 0x20 */ u8 mResourceType;
/* 0x21 */ u8 unk_33;
/* 0x22 */ u16 mChecksum;
#if VERSION != VERSION_DEMO
#if VERSION > VERSION_DEMO
/* 0x24 */ s32 mSize;
#endif
/* 0x28 */ mDoDvdThd_callback_c* mAsyncLoadCallback;
+2 -1
View File
@@ -174,7 +174,7 @@ public:
BOOL _createHeap();
u16 next_msgStatusNormal2(u32*);
u32 getMsgNormal2();
#if VERSION != VERSION_DEMO
#if VERSION > VERSION_DEMO
u32 setRupeeSizeMsg();
#endif
bool existUnknownCollectMap();
@@ -287,4 +287,5 @@ public:
/* 0x814 */ bool field_0x814;
/* 0x815 */ u8 field_0x815[0x81C - 0x815];
}; // Size: 0x81C
#endif /* D_A_NPC_TC_H */
+1 -1
View File
@@ -131,7 +131,7 @@ public:
bool chk_areaIN(f32, f32, s16, cXyz);
void setWaterRipple();
void setWaterSplash();
#if VERSION != VERSION_DEMO
#if VERSION > VERSION_DEMO
void set_simpleLand(bool);
#else
void set_simpleLand();