mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-16 01:32:10 +00:00
22 lines
406 B
Plaintext
22 lines
406 B
Plaintext
;license:MIT
|
|
;(c) 2022 by qkumba
|
|
|
|
!cpu 6502
|
|
!to "build/PRELAUNCH.INDEXED/CAVRN.CREATURES",plain
|
|
*=$106
|
|
|
|
!source "src/macros.a"
|
|
|
|
+READ_RAM2_WRITE_RAM2
|
|
jsr EnableAccelerator
|
|
+LOAD_FILE_AT cavrn_cheat, $0200
|
|
+READ_ROM_NO_WRITE
|
|
jmp $200
|
|
|
|
cavrn_cheat
|
|
+PSTRING "PRELAUNCH/CAVRN.CHEAT"
|
|
|
|
!if * > $1C0 {
|
|
!error "code is too large, ends at ", *
|
|
}
|