We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4e098 commit 18af487Copy full SHA for 18af487
ttyd-tools/rel/source/codes/EnableDebugModeC.cpp
@@ -13,7 +13,7 @@ void Mod::enableDebugMode()
13
uint32_t DebugModeInitialzeAddress = 0x8000999C;
14
uint32_t DebugModeShowBuildDateAddress = 0x80008EB8;
15
#elif defined TTYD_EU
16
- uint32_t DebugModeInitialzeAddress = 0x80009CFC;
+ uint32_t DebugModeInitialzeAddress = 0x80009CF0;
17
uint32_t DebugModeShowBuildDateAddress = 0x800091B4;
18
#endif
19
0 commit comments