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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user