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
β Return to tool
Comments
Log in with itch.io to leave a comment.
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!
okππππ» i download all
Very nice!ππ»
Added V1.5+ This fixes the shift+clear home bug in the main title screen editor,
Great!
Impressive! - great work!