Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 942 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 942 Bytes

Demon's Crest Randomizer

How to use

Simply running DCRando with a rom named "Demon's Crest (USA).sfc" in the same folder will generate a randomized rom. However, you can also run it from a command line prompt and use the following options:

  -s [any characters]: custom seed. If none is supplied, one will be generated.
  -i [name]: file to look for. If no name is supplied, "Demon's Crest (USA).sfc" will be used.

Example:

  DCRando -s "Give me the hand talisman in stage 1 pls!" -i path/to/rom.sfc

How to play

Currently the goal is to find the 5 vellums. This opens up the Phalanx stage, which is the final stage!

Issues / todo

  • Replacement items have incorrect colors.
  • Some areas might get bugged sprites. (uses too much vram)
  • The hp item doesn't have a disable toggle, so you can keep picking up the replacement item. (custom code needed?)
  • Resolve remaining softlocks (stage 6 statues for example).