How To

BG

1

Kr87 2021-06-12 12:42

So by default BG COPY copies from MAIN BG how do you change that


was8bit 2021-06-12 12:48

So, say you have a background in file#4

BG SOURCE ROM(4)

Default file is #3, so to reset it back

BG SOURCE ROM(3)


was8bit 2021-06-12 12:50

Example...

BG SOURCE ROM(GAMELEVEL+2)
BG COPY 0,0,20,16 TO 0,0


was8bit 2021-06-12 12:50

So, first level copies from default rom#3, second level from rom#4, etc


Timo 2021-06-12 17:53

Or you make your background in Gfx Designer bigger and then choose from which source position you want to copy. Examples:
BG COPY 0,0,20,16 TO 0,0
BG COPY 20,0,20,16 TO 0,0
BG COPY 40,0,20,16 TO 0,0


Log in to reply.