diff options
Diffstat (limited to 'loading.asm')
| -rw-r--r-- | loading.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loading.asm b/loading.asm index ad584f3..9c93258 100644 --- a/loading.asm +++ b/loading.asm @@ -28,9 +28,9 @@ wloop rts init - lda #$c0 + lda #$c2 sta $02c6 ; COLOR2 - lda #$0c + lda #$ce sta $02c5 ; COLOR1 lda $0230 sta save_dlist_loc |
