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

Canvas: Sepia-iro no Motif (PlayStation 2)

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Canvas: Sepia-iro no Motif

Developer: Cybelle
Publisher: NEC Interchannel
Platform: PlayStation 2
Released in JP: April 10, 2003, March 3, 2005 (Best Edition)


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


Debug Mode

Canvas - Debugmode.png

To re-enable a debug mode that unlocks everything in the game, displays debug information on-screen, and opens a debug menu, apply the below code.

SLPS-25223 codes:

Master Code (only needed for cheat devices)
9019CA30 0C067234

Enable Debug Mode
201C9400 00000001

Enable Debug Information (R2 Button)
2024DA10 00000001
2024DA0C 00000001

With debug mode on you can:

  • Press R2 to activate debug mode. This unlocks everything in the game. Press R2 again to re-lock.
  • Access a debug menu when starting a new game (debug mode must be on).

Debug Menu

Canvas - Debugmenu1.png

Starting a new game with debug mode active will present you with this menu.

Text Translation Notes
シナリオスタート Scenario Start Event select menu.
BGMテスト BGM Test Music test menu.
天音クリアフラグ Amane Clear Flag Presumably sets a clear flag.
恋クリアフラグ Love Clear Flag Presumably sets a clear flag.
ゲームクリアフラグ Game Clear Flag Presumably sets a clear flag.
(Source: Original TCRF research)

Scenario Start

Canvas - Debugmenu2.png Canvas - Debugmenu3.png

This option allows you to quickly select any event in the game.

BGM Test

Canvas - Debugmenu4.png Canvas - Debugmenu5.png

This allows you to listen to all of the music in the game.

Debug Logging

Within the game is a stubbed printf function which would have logged various background information to a debug unit. In this game, this logs extra error messages if any occur.

SLPS-25223 code:

Enable Additional Debug Logging
20112B00 08064D8C
20112B04 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: Original TCRF research)