Skip to content

Commit

Permalink
Add logotype, set color, move logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cybic committed Jan 29, 2023
1 parent dda14f4 commit 54eb526
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions itema.asm
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ initialize:
sta $d010

// Position both sprites overlapping
lda #$18
lda #$02
sta $d00c
sta $d00e
lda #$d5
lda #$d7
sta $d00d
sta $d00f

// Set colors
lda #$01
sta $d02d
lda #$02
lda #$0a
sta $d02e


Expand Down
8 changes: 4 additions & 4 deletions screens.asm
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ background:
.byte $24,$2B,$2B,$2B,$2B,$2B,$7F,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$25,$29,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20
.byte $24,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$25,$29,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20
.byte $24,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$25,$29,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20
.byte $24,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$25,$29,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20
.byte $24,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$25,$29,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20
.byte $24,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$25,$29,$20,$20,$20,$20,$20,$40,$41,$42,$43,$44,$20,$20,$20
.byte $24,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$25,$29,$20,$20,$20,$20,$20,$50,$51,$52,$53,$54,$20,$20,$20
.byte $24,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$2B,$25,$29,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20
.byte $22,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$27,$23,$29,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20,$20
.byte $ff
Expand All @@ -307,8 +307,8 @@ colormap:
.byte $07,$03,$03,$03,$03,$03,$0D,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$07,$00,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07
.byte $07,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$07,$00,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07
.byte $07,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$07,$00,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07
.byte $07,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$07,$00,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07
.byte $07,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$07,$00,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07
.byte $07,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$07,$00,$07,$07,$07,$07,$07,$0f,$0f,$0f,$0f,$0f,$07,$07,$07
.byte $07,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$07,$00,$07,$07,$07,$07,$07,$0f,$0f,$0f,$0f,$0f,$07,$07,$07
.byte $07,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$03,$07,$00,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07
.byte $07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$00,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07,$07
.byte $ff

0 comments on commit 54eb526

Please sign in to comment.