Skip to content

Commit 18af487

Browse files
committed
Fix incorrect address
I somehow put the wrong address to overwrite for PAL.
1 parent 8c4e098 commit 18af487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttyd-tools/rel/source/codes/EnableDebugModeC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void Mod::enableDebugMode()
1313
uint32_t DebugModeInitialzeAddress = 0x8000999C;
1414
uint32_t DebugModeShowBuildDateAddress = 0x80008EB8;
1515
#elif defined TTYD_EU
16-
uint32_t DebugModeInitialzeAddress = 0x80009CFC;
16+
uint32_t DebugModeInitialzeAddress = 0x80009CF0;
1717
uint32_t DebugModeShowBuildDateAddress = 0x800091B4;
1818
#endif
1919

0 commit comments

Comments
 (0)