diff options
| author | Ian C <ianc@noddybox.co.uk> | 2018-09-18 10:45:02 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2018-09-18 10:45:02 +0000 |
| commit | 8e05438548a50dece16697f1b1cdddbde68c95cd (patch) | |
| tree | 049ebf6f4131fcc6f2a0b57eba088333cd365c71 /main.asm | |
| parent | 458c9967edd42d9a114008ace31c52d62b304d81 (diff) | |
Fixed priority of BG3.
Diffstat (limited to 'main.asm')
| -rw-r--r-- | main.asm | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -93,7 +93,8 @@ copybg3: .loop lda BG3Map,x sta VMDATAL - stz VMDATAH + lda #$20 + sta VMDATAH inx dey bne loop @@ -101,18 +102,18 @@ copybg3: ; Initialise the screen ; - lda #$01 + lda #$09 sta BGMODE - lda #$14 + lda #$1f sta TM lda #$11 sta BG12NBA stz BG34NBA - lda #$60 + lda #$61 sta BG1SC - lda #$80 + lda #$81 sta BG2SC lda #$40 sta BG3SC |
