Use 0/1/2/3 for palettes, and rgbds opt feature for battle transition graphic

This commit is contained in:
Rangi
2018-09-09 18:15:54 -04:00
parent 8c435054a0
commit 3241c9cfaa
5 changed files with 122 additions and 116 deletions

View File

@@ -864,12 +864,12 @@ Intro_RotatePalettesLeftFrontpic:
ret
IntroFadePalettes:
db %01010100
db %10101000
db %11111100
db %11111000
db %11110100
db %11100100
dc 1, 1, 1, 0
dc 2, 2, 2, 0
dc 3, 3, 3, 0
dc 3, 3, 2, 0
dc 3, 3, 1, 0
dc 3, 2, 1, 0
.End
Intro_WipeInFrontpic: