Minor overlay cleanup

This commit is contained in:
Cuyler36
2025-05-27 17:47:09 -04:00
parent c5a346d183
commit cf16bf9ca0
4 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
extern "C" {
#endif
typedef struct map_overlay_s mMP_Overlay_c;
typedef struct map_overlay_s mMP_Ovl_c;
#ifdef __cplusplus
}
+1 -1
View File
@@ -191,7 +191,7 @@ struct submenu_overlay_s {
/* 0x9A8 */ mWR_Ovl_c* warning_ovl;
/* 0x9AC */ mRP_Ovl_c* repay_ovl;
/* 0x9B0 */ mMS_Ovl_c* mscore_ovl;
/* 0x9B4 */ mMP_Overlay_c* map_ovl;
/* 0x9B4 */ mMP_Ovl_c* map_ovl;
/* 0x9B8 */ mNT_Ovl_c* notice_ovl;
/* 0x9BC */ mBR_Ovl_c* birthday_ovl;
/* 0x9C0 */ mCM_Ovl_c* cpmail_ovl;