Skip to content

Instantly share code, notes, and snippets.

@Anonymous941
Last active December 28, 2023 20:48
Show Gist options
  • Save Anonymous941/20dc32bbb5d442b76d7f360dea14908d to your computer and use it in GitHub Desktop.
Save Anonymous941/20dc32bbb5d442b76d7f360dea14908d to your computer and use it in GitHub Desktop.
// this one-line script changes which window flavor is used on the title screen
// it will not affect the flavor highlighted by default, use jtolmar's "File Menu Rewrite & Difficulty Selection" script if that's what you want
// change this to the number corresponding to the flavor's filename in the WindowGraphics folder *PLUS ONE*
// for example, if you haven't changed the graphics, [01] is Windows2_0.png (plain) and [03] is Windows2_2.png (strawberry)
// this skips the dead palette, however, so [06] is style 6 (plain)
// anything outside of [01]-[06] will cause the palette to be glitched
ROM[0xC1EE25] = "[03]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment