fix bad convention with argvevc and x, y-pos.
This commit is contained in:
parent
2cf4f73616
commit
1c9a29fcf4
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
|
;;; -*- Mode: asm; indent-tabs-mode: t; tab-width: 8 -*-
|
||||||
;; Note that this file should never collide with line.inc
|
;; Note that this file should never collide with line.inc
|
||||||
;; public args
|
;; public args
|
||||||
Y_pos = ARGVEC + 0
|
X_pos = ARGVEC + 0
|
||||||
X_pos = ARGVEC + 1
|
Y_pos = ARGVEC + 1
|
||||||
;; Private args
|
;; Private args
|
||||||
btp_mem_pos = $E9 ; 16-bit value (uses EA), byte to paint memory position
|
btp_mem_pos = $E9 ; 16-bit value (uses EA), byte to paint memory position
|
||||||
Bitmap = $4000
|
Bitmap = $4000
|
||||||
|
|
Loading…
Add table
Reference in a new issue