Need help with TSA

I am trying to make Custom Graphics for the menu UI for FE8, but I am facing some issues.

In the prep screen, the gray box on the right side of the screen uses mostly the Gray palette (The one also used for the menu color options). But, for SOME reason, the top and bottom edges of the box use the Blue palette. As seen here:


(The bottom edge color is not visible. But it’s there if you use a different graphic.)

Is there a way to edit the TSA of the prep screen to make it so the tiles in the circled area use the Gray palette instead?

1 Like

Nevermind. I figured it out: I took a little bit of code from Sacred Echoes, and it fixes the problem:

PUSH

    POIN PrepScreenMainTSA
    ORG $95EB8
    POIN PrepScreenMainTSA
    ORG $9617C
    POIN PrepScreenMainTSA

	
PrepScreenMainTSA:
#incbin "prepscreenmain.bgtsa.lz77"

I was able to install this with Insert EA through FEBuilder. I’ll also include it in my Buildfile.

EDIT: I should also add, that this calls for some files in the SE Buildfile. It’s not JUST this code. If you make an event file and put it in the folder SacredEchoes/tree/master/Graphics/MenuUI/MenuTiles, then install it, it should work.

3 Likes