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

Love * Mahjong! 2

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

SIMPLE 2000 Ultimate series Vol.20 Love ★ Mahjong! 2

Developer: HuneX
Publisher: D3 Publisher
Platform: PlayStation 2
Released in JP: October 14, 2004


DebugIcon.png This game has debugging material.


Debug Display

Love Mahjong 2 - Debugdisplay.png

Applying the below code will enable a simple debug display.

Enable Debug Display
202FCC30 FFFFFFFF
(Source: Punk7890)

Debug Logging

Within the game is a stubbed printf function which would have logged various background information to a debug unit. This logs memory information. It would also report errors if any occurred. To re-enable this mode, apply the below code:

Re-enable printf Messages
2029A734 080A4054
2029A738 00000000

If you are playing the game on a regular PlayStation 2, you will need to use a TOOL, RDB, or a debug version of OPL to view the logs. If you are playing on an emulator, you can see this information by enabling the option "Show Console".

(Source: Punk7890)