diff --git a/itema.asm b/itema.asm index ac30f3d..9cb671e 100644 --- a/itema.asm +++ b/itema.asm @@ -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 diff --git a/screens.asm b/screens.asm index dae0bb4..d061a6b 100644 --- a/screens.asm +++ b/screens.asm @@ -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 @@ -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 \ No newline at end of file