Black BG on Title (Sonic 1)

Discussion in 'Discussion and Q&A Archive' started by ianmlp, May 8, 2014.

Thread Status:
Not open for further replies.
  1. ianmlp

    ianmlp Newcomer Trialist

    Joined:
    Feb 6, 2014
    Messages:
    13
    Location:
    Palm Bay, Florida
    For Sonic 1, in ASM, how do you make the title screen black behind the logo? It's for a project I'm working on.
     
  2. MarkeyJester

    MarkeyJester ♡ ! Member

    Joined:
    Jun 27, 2009
    Messages:
    2,867
    In the routine "Title_LoadText:" remove the calls to "LevelLayoutLoad" and "LoadTilesFromStart2". Then in the routine "Title_ClrObjRam2:", right before the call to "Pal_FadeTo", place this in:

    Code:
    		clr.w	($FFFFFBC0).w			; clear backdrop colour
    Then in the routine "loc_317C:", remove this:
    Code:
    		addq.w	#2,d0
    This will prevent the title screen from drawing the background, and will ensure the background colour is black.
     
  3. ianmlp

    ianmlp Newcomer Trialist

    Joined:
    Feb 6, 2014
    Messages:
    13
    Location:
    Palm Bay, Florida
    Thanks for that, MarkeyJester! I'll be sure to try it soon!
     
Thread Status:
Not open for further replies.