Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Split title screen palette cycle data
  • Loading branch information
Clownacy committed Mar 28, 2016
1 parent 066b755 commit 054ff72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 1 addition & 0 deletions art/palettes/Title Star Cycle.bin
@@ -0,0 +1 @@
d�d�d�
16 changes: 7 additions & 9 deletions s2.asm
Expand Up @@ -24254,22 +24254,20 @@ loc_13014:
bne.s ++
move.w objoff_2C(a0),d0
addq.w #2,d0
cmpi.w #$C,d0
cmpi.w #CyclingPal_TitleStar_End-CyclingPal_TitleStar,d0
blo.s +
moveq #0,d0
+
move.w d0,objoff_2C(a0)
move.w word_1303A(pc,d0.w),(Normal_palette_line3+$A).w
move.w CyclingPal_TitleStar(pc,d0.w),(Normal_palette_line3+$A).w
+
bra.w DisplaySprite
; ===========================================================================
word_1303A:
dc.w $E64
dc.w $E86 ; 1
dc.w $E64 ; 2
dc.w $EA8 ; 3
dc.w $E64 ; 4
dc.w $ECA ; 5
; word_1303A:
CyclingPal_TitleStar:
binclude "art/palettes/Title Star Cycle.bin"
CyclingPal_TitleStar_End

word_13046:
dc.w $108, $D0
dc.w $100, $C0 ; 2
Expand Down

0 comments on commit 054ff72

Please sign in to comment.