4cade/src/prelaunch/cavrn.creatures.a

22 lines
406 B
Plaintext
Raw Normal View History

2022-02-25 00:09:26 +00:00
;license:MIT
;(c) 2022 by qkumba
!cpu 6502
!to "build/PRELAUNCH.INDEXED/CAVRN.CREATURES",plain
*=$106
!source "src/macros.a"
2022-02-25 00:09:26 +00:00
2022-05-06 21:58:09 +00:00
+READ_RAM2_WRITE_RAM2
jsr EnableAccelerator
+LOAD_FILE_AT cavrn_cheat, $0200
2022-05-06 21:58:09 +00:00
+READ_ROM_NO_WRITE
jmp $200
cavrn_cheat
2024-05-25 21:59:16 +00:00
+PSTRING "PRELAUNCH/CAVRN.CHEAT"
2022-02-25 00:09:26 +00:00
!if * > $1C0 {
!error "code is too large, ends at ", *
}