mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
Clean up dComIfGp_evmng_getMyActIdx calls
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user