Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Eariler on, I was asked if it is possible to be able to load in existing text and colour assets from title screens that were made with version 1.5/V1.5+ of the SEUCK Title Screen Maker. I can confirm that it is possible. However you will need either an Action Replay / Retro Replay cartridge or a Machine Code Monitor.

HINT:

To save existing text from Version 1.5/V1.5+ use:

S "TEXTANDCOLOUR",8,7160,7660

S "SCROLLTEXT",8,AA00,ACC0

To load existing text (Credits + colour and scroll text) from version 1.5/1.5+ use:

L "TEXTANDCOLOUR",8,728A

L "SCROLLTEXT",8,AA00

If using VICE, use:
S "TEXTANDCOLOUR" 1 7160 7669
S "SCROLLTEXT" 1 AA00 ACC0
L "TEXTANDCOLOUR" 1 728A

👍🏻thank you Rich!