If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Digital Monster Card Game: Ver. WonderSwan Color

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Digital Monster Card Game: Ver. WonderSwan Color

Developer: Tom Create
Publisher: Bandai
Platform: WonderSwan Color
Released in JP: March 16, 2002


DebugIcon.png This game has debugging material.
SoundtestIcon.png This game has a hidden sound test.


Debugging Context

A jump table is located at E000:4F4E (0x3E4F4E) and is called at E000:4E93 and E000:4EB0. 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

DDMWSC debug menu.png

To access the debug menu, set a breakpoint at E000:4E8C, modify the byte value at DS:0401 to 0x01 and continue execution.

Event Functions
Init Update
E000:DC70 E000:DD99
Hmmm...
To do:
Determine if the Debug Menu can be accessed without the use of a debugger, ie. search ROM for writes to 0x401 with the value 0x01 and go on from there...

Dump Sprite

FrontMissionWS texture atlas.png

From the Debug Menu select SCENE 2.

Event Functions
Init Update
E000:E199 E000:E1C4

Dump Test

DDMWSC dump text.png

From the Debug Menu select SCENE 5.

Event Functions
Init Update
E000:E3C4 E000:E449