summaryrefslogtreecommitdiff
path: root/src/d/d_save/d_save.cpp
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2021-02-20 23:11:44 -0500
committerPheenoh <pheenoh@gmail.com>2021-02-20 23:11:44 -0500
commit5fbe9419f9af28560497f42eb951cd029ceb44d7 (patch)
tree71671448e2411935f1de58253fca3bf856c14dab /src/d/d_save/d_save.cpp
parentd102f73e7a1bb18745cdedc034baee3c88aeb065 (diff)
delete variables.h
Diffstat (limited to 'src/d/d_save/d_save.cpp')
-rw-r--r--src/d/d_save/d_save.cpp18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/d/d_save/d_save.cpp b/src/d/d_save/d_save.cpp
index 95a49856e9..9efd6be090 100644
--- a/src/d/d_save/d_save.cpp
+++ b/src/d/d_save/d_save.cpp
@@ -42,6 +42,20 @@ void setNowVibration__14dComIfG_play_cFUc(u8);
void setSound__19dSv_player_config_cFUc(void);
}
+extern f32 lbl_80451D58;
+extern char lbl_80379234[0x64];
+extern f32 lbl_80451D5C;
+extern u8 i_item_lst[24];
+extern u8 lbl_80430188[16];
+struct unkEvent { // figure out what this is later
+ u16 unk0[0x11A];
+ u8 unk565;
+ u16 unk566;
+ u8 unk567[0x439];
+};
+extern unkEvent lbl_803A7288;
+extern u32 _sRumbleSupported;
+
inline int dComIfGs_isItemFirstBit(u8 i_no) {
return g_dComIfG_gameInfo.getSaveFile().getPlayerGetItem().isFirstBit(i_no);
}
@@ -370,8 +384,8 @@ u8 dSv_player_item_c::getItem(int item_idx, bool isComboItem) const {
return 0xFF;
}
}
- // ‡¬ƒAƒCƒeƒ€•s’聁„%d, %d\n
- // Uncertain combination item„%d, %d\n
+ // ‡¬ƒAƒCƒeƒ€•s’蝝„%d, %d\n
+ // Uncertain combination item„%d, %d\n
OSReport_Error(lbl_80379234 + 9, item_id_2, item_id_1);
}
}