mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-12-26 04:32:05 +00:00
Update README.md
This commit is contained in:
parent
c4c137af4e
commit
4389c236fd
@ -113,9 +113,9 @@ The source code of a PLASMA module first defines constants, variables and data.
|
||||
;
|
||||
; Array declaration of screen row addresses
|
||||
;
|
||||
word txtscrn[] = [$0400,$0480,$0500,$0580,$0600,$0680,$0700,$0780]
|
||||
word = [$0428,$04A8,$0528,$05A8,$0628,$06A8,$0728,$07A8]
|
||||
word = [$0450,$04D0,$0550,$05D0,$0650,$06D0,$0750,$07D0]
|
||||
word txtscrn[] = $0400,$0480,$0500,$0580,$0600,$0680,$0700,$0780
|
||||
word = $0428,$04A8,$0528,$05A8,$0628,$06A8,$0728,$07A8
|
||||
word = $0450,$04D0,$0550,$05D0,$0650,$06D0,$0750,$07D0
|
||||
;
|
||||
; Misc global variables
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user