2015-09-19 15:37:39 +02:00
|
|
|
;
|
|
|
|
; Groepaz/Hitmen, 2015-11-19
|
|
|
|
;
|
|
|
|
; zeropage locations for exclusive use by the library
|
|
|
|
;
|
|
|
|
|
2015-10-02 10:50:22 -04:00
|
|
|
.include "extzp.inc"
|
2015-09-19 15:37:39 +02:00
|
|
|
|
2015-10-02 10:50:22 -04:00
|
|
|
.segment "EXTZP" : zeropage
|
2015-09-19 15:37:39 +02:00
|
|
|
|
2015-10-02 10:50:22 -04:00
|
|
|
CURS_X: .res 1
|
|
|
|
CURS_Y: .res 1
|
|
|
|
SCREEN_PTR: .res 2
|
|
|
|
CHARCOLOR: .res 1
|
|
|
|
RVS: .res 1
|
|
|
|
BGCOLOR: .res 1
|
|
|
|
tickcount: .res 4
|
|
|
|
vdc_flags: .res 1
|