SCEN: Figure out more control codes

Issue #10 new
Risae repo owner created an issue

In the game’s script there are a few more control codes that don’t have a definition yet.

Comments (1)

  1. Risae reporter

    Figured out some more:
    [CC.BE0000]=[CH.FACE:Normal]
    [CC.BE0001]=[CH.FACE:Dying]
    [CC.BE0002]=[CH.FACE:Angry]
    [CC.BE0003]=[CH.FACE:Sad]
    [CC.BE0004]=[CH.FACE:Shy]
    [CC.BE0005]=[CH.FACE:Serious]
    [CC.BE0006]=[CH.FACE:Calm]
    [CC.BE0007]=[CH.FACE:Laughing]
    [CC.B200]=[CH.FACE:Close-Eyes]
    [CC.B400]=[CH.FACE:Open-Eyes]

    Dungeon Lady seems to have 2 more exclusive control codes:
    [CC.BE0008]
    [CC.BE0009]

    Unidentified:
    [CC.AC00]
    [CC.D814]
    [CC.D819]
    [CC.FFCD]

    [CC.AA0000]

    [CC.BF6000]
    [CC.BF6500]
    [CC.BF6D00]
    [CC.BF7600]
    [CC.BF7C03]
    [CC.BFFA05]
    [CC.BFFA05]

    [CC.BE0100]
    [CC.BE0102]
    [CC.BE0103]
    [CC.BE0104]
    [CC.BE0105]

    Identified but unnamed:
    [CC.D80F] > Stops text scrolling for 1 second and then continues it
    [CC.EF0E] > Item cost
    [CC.EF19] > Money held

  2. Log in to comment