tlac: move drawing to utilities as its own class (rather than littering the components namespace), simplify menu coordinates management of pause

This commit is contained in:
somewhatlurker
2019-10-25 23:04:28 +11:00
parent eab8f0bfc0
commit eb885c97b3
8 changed files with 526 additions and 448 deletions
@@ -114,6 +114,9 @@ constexpr uint64_t DSC_UNPAUSE_FUNC_ADDRESS = 0x0000000140129590;
constexpr uint64_t PV_GAME_BASE_ADDRESS = 0x000000014CC95270;
constexpr uint64_t GIVEUP_FUNC_ADDRESS = 0x000000014010EF00;
constexpr uint64_t AET_DEBUG_ARRAY_POINTER_ADDRESS = 0x0000000140EC5430 + 0x98;
constexpr uint64_t AET_ARRAY_POINTER_ADDRESS = 0x0000000140EC5430 + 0xD8;
#define XINPUT_A 0x00
#define XINPUT_B 0x01