I was interested in possible patches for Octopath and so I loaded up the main file in IDA and found a bunch of references to a debug menu. I found one reference in particular seemed interesting
000000710395CB09 aSetdebugmode DCB "SetDebugMode",0
I can change 000000710395CB15 from 00 to 01 and that will set "SetDebugMode",1. Which I assume will enable debug mode, however I have no idea how to access the debug menu. It also looks like there is code in there for remote debugging which seems kind of interesting.
000000710395CB09 aSetdebugmode DCB "SetDebugMode",0
I can change 000000710395CB15 from 00 to 01 and that will set "SetDebugMode",1. Which I assume will enable debug mode, however I have no idea how to access the debug menu. It also looks like there is code in there for remote debugging which seems kind of interesting.

