mirror of
https://github.com/blondie7575/GSCats.git
synced 2024-11-14 15:07:45 +00:00
18 lines
320 B
ArmAsm
18 lines
320 B
ArmAsm
|
.include "macros.s"
|
||
|
.include "equates.s"
|
||
|
|
||
|
.org $800
|
||
|
|
||
|
NATIVE
|
||
|
|
||
|
.include "Sprites/cat_000.s"
|
||
|
|
||
|
|
||
|
; Suppress some linker warnings - Must be the last thing in the file
|
||
|
; This is because Quinn doesn't really know how to use ca65 properly
|
||
|
.SEGMENT "ZPSAVE"
|
||
|
.SEGMENT "EXEHDR"
|
||
|
.SEGMENT "STARTUP"
|
||
|
.SEGMENT "INIT"
|
||
|
.SEGMENT "LOWCODE"
|