diff --git a/src/tcpgecko/sd_cheats.cpp b/src/tcpgecko/sd_cheats.cpp index 7d318f6..c015cfe 100644 --- a/src/tcpgecko/sd_cheats.cpp +++ b/src/tcpgecko/sd_cheats.cpp @@ -9,7 +9,7 @@ #include #include -#define CODE_HANDLER_ENABLED_ADDRESS 0x10014CFC +#define CODE_HANDLER_ENABLED_ADDRESS 0x10014F00 #define CODE_LIST_START_ADDRESS 0x01133000 #define EXTENSION_SIZE 6 @@ -118,4 +118,4 @@ void considerApplyingSDCheats() { log_print("Unmouted!\n"); } } -} \ No newline at end of file +}