We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Front Mission (WonderSwan Color)
Jump to navigation
Jump to search
Cleanup > To do
Cleanup > To investigate
Games > Games by content > Games with debugging functions
Games > Games by content > Games with hidden development-related text
Games > Games by content > Games with hidden sound tests
Games > Games by developer > Games developed by Tom Create
Games > Games by platform > WonderSwan games > WonderSwan Color games
Games > Games by publisher > Games published by Square Enix > Games published by Square
Games > Games by release date > Games released in 2002
Games > Games by series > Front Mission series
| Front Mission |
|---|
|
Developer:
Tom Create
|
Contents
Debugging Context
The main loop is located at 4000:1EC0.
A jump table is located at 4000:1F83 (0x741F83) and is called at 4000:1F2F and 4000:1F52. The table is grouped by pairs of event pointers: init and update, which correspond to the 2 calls.
The Debug Menu state is index 1 (1st index being 0) within the jump table.
Debug Menu
To access the debug menu, set a breakpoint at 4000:1F28, modify the byte value at DS:0201 to 0x01 and continue execution.
| Init | Update |
|---|---|
| 4000:64B0 | 4000:659F |
| To do: Determine if the Debug Menu can be accessed without the use of a debugger, ie. search ROM for writes to 0x201 with the value 0x01 and go on from there... |
Debug Text
DEBUG STATUS Fight Short Long Agility Total
Also, there's some text for a debug status display at 0x797BDB.
| This needs some investigation. Discuss ideas and findings on the talk page. |
| The Front Mission series | |
|---|---|
| SNES | Front Mission • Front Mission: Gun Hazard |
| WonderSwan Color | Front Mission |
| PlayStation | Front Mission 2 |
Cleanup > To do
Cleanup > To investigate
Games > Games by content > Games with debugging functions
Games > Games by content > Games with hidden development-related text
Games > Games by content > Games with hidden sound tests
Games > Games by developer > Games developed by Tom Create
Games > Games by platform > WonderSwan games > WonderSwan Color games
Games > Games by publisher > Games published by Square Enix > Games published by Square
Games > Games by release date > Games released in 2002
Games > Games by series > Front Mission series


