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

Notes:Picross 2

From The Cutting Room Floor
Jump to navigation Jump to search

This page contains notes for the game Picross 2.

lemme just barf out some notes here

Picross 2

CDC5    Screen
CDC6    State

(screen/state)
    00  00  Copyright text
        01  Fading to title
        02  Title
        03  Changing
        04  Interrupt Save saved

    01  File select
        00  Entering
        01  main
        02  Leaving
        
    02  Game select
        00  Entering
        01  main
        02  Leaving
        03  Switches to Wario mode

    03  **  Demo mode - Increments as demo progresses

    04  Mario's Picross world map

    05  Mario's Picross stage maps

    06  Picross Puzzle
        02  "With hint?" menu
        03  Hint roulette
        04  Main
        05  Fades out/in puzzle?
        06  Stops, A/start exits puzzle (used when complete)
        07  Game over
        08  Pause start
        09  Pause main
        0A  Give up prompt
        0B  Save prompt
        0C  BGM prompt
        0D  Hint prompt
        0E  ?
        0F  Pause return w/ action?
        10  Pause return


    07  Picross in the office or w/e
        00  Entering
        01  Fades in?
        02  Main


    09  Wario Config menu
        00  Entering
        01  Main
        02  Leaving

    0A  Debug menu
        00  Entering
        01  main
        02  Leaving?



Debug menu
    CDC5    = 0A (screen number)
    CDC6    = 00 (00 = "reload screen")


"LEVEL" value
    D6AD, D6AE (LL HH)

"TIME" value
    ??? (not shown in menu??)

"KEY" value
    DFC4    = 00 to 01 but breaks when playing music
              Gets totally corrupted and seems to be in BGM/internal object memory???

"PANEL" value
    D6CB    = 00 to 1A

"BGM" value
    D568    = 00 to 1C

"SE" value
    D569    = 00 to 17



Only "BGM" and "SE" work.
Others seem to do nothing.
A/B plays BGM/SE, does nothing elsewhere.

Select and Start both exit menu (set sub)