diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-11-30 14:23:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 15:23:42 -0700 |
| commit | a6e76c0841cae03cae0c0e6ac75c32f979043093 (patch) | |
| tree | 76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /include/d/d_meter_map.h | |
| parent | 434415337d268e405b09f6b72935a7e918e4cfe7 (diff) | |
project cleanup (#2895)
* some wii OS fixes
* remove old dol2asm comments
* remove dol2asm.h
* remove function address comments
* normalize ATTRIBUTE_ALIGN usage
* DECL_WEAK macro
* fix gcc attribute weak macro
* wrap more mwcc specific things in ifdefs
* fixes
* fix revo sdk version flags
* fixes
Diffstat (limited to 'include/d/d_meter_map.h')
| -rw-r--r-- | include/d/d_meter_map.h | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/include/d/d_meter_map.h b/include/d/d_meter_map.h index 3b83fd8b1e..de61bb3f6a 100644 --- a/include/d/d_meter_map.h +++ b/include/d/d_meter_map.h @@ -7,34 +7,34 @@ class J2DPicture; class dMap_c; class dMeterMap_c : public dDlst_base_c { public: - /* 8020D49C */ static bool isEnableDispMap(); - /* 8020D528 */ static int getMapDispSizeTypeNo(); - /* 8020D650 */ static bool isEnableDispMapAndMapDispSizeTypeNo(); - /* 8020D690 */ f32 getMapDispEdgeBottomY_Layout(); - /* 8020D698 */ bool isEventRunCheck(); - /* 8020D72C */ f32 getMapDispEdgeLeftX_Layout(); - /* 8020D75C */ f32 getMapDispEdgeTop(); - /* 8020D7E4 */ s16 getDispPosInside_OffsetX(); - /* 8020D7EC */ s16 getDispPosOutSide_OffsetX(); - /* 8020D874 */ void setDispPosInsideFlg_SE_On(); - /* 8020D8BC */ void setDispPosOutsideFlg_SE_On(); - /* 8020D8F8 */ void setMapAlpha(u8); - /* 8020D900 */ static bool isMapOpenCheck(); - /* 8020D948 */ dMeterMap_c(J2DScreen*); - /* 8020D9EC */ void _create(J2DScreen*); - /* 8020DC50 */ void _delete(); - /* 8020DCE4 */ void _move(u32); - /* 8020DF1C */ void _draw(); - /* 8020E070 */ void ctrlShowMap(); - /* 8020E45C */ u8 checkMoveStatus(); - /* 8020E4C8 */ static bool isShow(u32); - /* 8020E620 */ static bool isFmapScreen(); - /* 8020E70C */ static bool isDmapScreen(); - /* 8020E754 */ static void meter_map_move(u32); - /* 8020E9CC */ void keyCheck(); + static bool isEnableDispMap(); + static int getMapDispSizeTypeNo(); + static bool isEnableDispMapAndMapDispSizeTypeNo(); + f32 getMapDispEdgeBottomY_Layout(); + bool isEventRunCheck(); + f32 getMapDispEdgeLeftX_Layout(); + f32 getMapDispEdgeTop(); + s16 getDispPosInside_OffsetX(); + s16 getDispPosOutSide_OffsetX(); + void setDispPosInsideFlg_SE_On(); + void setDispPosOutsideFlg_SE_On(); + void setMapAlpha(u8); + static bool isMapOpenCheck(); + dMeterMap_c(J2DScreen*); + void _create(J2DScreen*); + void _delete(); + void _move(u32); + void _draw(); + void ctrlShowMap(); + u8 checkMoveStatus(); + static bool isShow(u32); + static bool isFmapScreen(); + static bool isDmapScreen(); + static void meter_map_move(u32); + void keyCheck(); - /* 8020DF68 */ virtual void draw(); - /* 8020D990 */ virtual ~dMeterMap_c(); + virtual void draw(); + virtual ~dMeterMap_c(); bool isDispPosInsideFlg() { return field_0x2d != 0; } |
