Medabots / medarot3

Medarot 3 GBC disassembly/translation
34 stars 6 forks source link

Translate the debug menu #193

Open Blaziken257 opened 1 year ago

Blaziken257 commented 1 year ago

Medarot 3, like other Medarot games, has a debug menu which was likely used by the developers. While it is likely unused, it could be a low priority task to translate after everything else in the game is translated (such as the mini-games and link screens which are not translated as of this writing).

Details about the debug menu can be found here:

https://tcrf.net/Medarot_3#Debug_Menu

To access, edit the state machine (C480 and C481 in WRAM) to 31 and 00 respectively. It looks like this in the Japanese version:

Medarot 3 Debug

Note that even in the Japanese version, the debug menu seems to be unfinished and contains some issues:

It is worth noting that there are various sub-menus which would need additional translating if this issue is planned to be worked on. It could also mean extensive disassembly is needed.

At the very least, the text debugging feature (the 14th option from the top, メッセージチェック) is documented:

https://tcrf.net/Notes:Medarot_3