score saver: add viewing of percent and score, fix exex

This commit is contained in:
somewhatlurker
2019-09-18 15:22:29 +10:00
parent 3dbc0a5d1b
commit aa9d43818a
3 changed files with 163 additions and 19 deletions
+2 -1
View File
@@ -90,10 +90,11 @@ constexpr uint64_t DOEXIT_ADDRESS = 0x000000014085B574;
constexpr uint64_t RESULTS_INIT_ADDRESS = 0x000000014065BBC0;
constexpr uint64_t RESULTS_BASE_ADDRESS = 0x000000014CC93830;
constexpr uint64_t RESULTS_INSURANCE_ADDRESS = 0x0000000141197E14;
constexpr uint64_t GAME_INFO_ADDRESS = 0x0000000141197E00;
constexpr uint64_t CURRENT_SONG_NAME_ADDRESS = 0x0000000140D0A578;
constexpr uint64_t CURRENT_SONG_ID_ADDRESS = 0x0000000140CDD8E0;
constexpr uint64_t SELPV_CURRENT_SONG_ADDRESS = 0x000000014CC12438;
#define XINPUT_A 0x00
#define XINPUT_B 0x01