Commit Graph

1455 Commits

Author SHA1 Message Date
4am
9f5fd1e382 unconditional branch wasn't always taken because stepptr doesn't always return with Z=0 2021-11-21 15:34:44 -05:00
4am
5db033f8ef add action screenshots for Wall Defence 2021-11-20 01:55:05 -05:00
4am
4f2af25a6e add action screenshots for Tsunami 2021-11-20 01:42:54 -05:00
4am
a435caf151 add action screenshots for Torax 2021-11-20 01:33:24 -05:00
4am
e46472b673 add action screenshots for Starmines 2021-11-20 01:28:48 -05:00
4am
f8d4d53992 add action screenshots for Star Avenger 2021-11-20 01:23:32 -05:00
4am
3accc9ffb4 add action screenshots for Raiders of the Lost Ring 2021-11-20 01:18:21 -05:00
4am
fad5d31597 add title and action screenshots for Lethal Labyrinth 2021-11-20 01:12:12 -05:00
4am
8e9816ef6a restore action screenshot for Mating Zone that was previously commented out in a vain attempt to work around a bug which has long since been fixed 2021-11-20 00:57:54 -05:00
4am
709048a679 add action screenshots for Federation 2021-11-19 15:28:26 -05:00
4am
97c61e6535 add action screenshots and artwork for Dragonfire 2021-11-19 15:23:25 -05:00
4am
376378c252 add action screenshots for Bongo's Bash 2021-11-19 15:13:01 -05:00
4am
777a1b688d add action screenshots for Mazeblox 2021-11-19 15:04:46 -05:00
4am
4c7fb6b86d add action screenshots for Cross City 2021-11-19 12:27:11 -05:00
Peter Ferrie
04a42e86d9 add Cross City to the collection 2021-11-18 20:13:56 -08:00
4am
5f63218d17 reconvert many SHR assets with ii-pix, and recompress (D)HGR assets 2021-11-18 21:14:22 -05:00
4am
d75f13015f updated box art for Kung Fu Master [thanks Alex L.] 2021-11-18 16:21:50 -05:00
4am
da8498e330 move okvs_init to init-only section 2021-11-17 23:54:51 -05:00
4am
7482420c8d merge action and title slideshow formats and support multiple SHR assets per game 2021-11-17 20:38:34 -05:00
4am
46e21e7cfe updated box art for Copts and Robbers, Gold Rush [thanks Alex L.] 2021-11-17 14:40:52 -05:00
4am
2f02596587 remove unused file 2021-11-17 14:28:36 -05:00
4am
4f24c24963 add COVERFADE, GR.FIZZLE, and SHR.FIZZLE to TOTAL.DATA 2021-11-17 14:21:41 -05:00
4am
bf745a4b66 add even more files to TOTAL.DATA 2021-11-17 00:25:17 -05:00
4am
cf213dd780 add more files to TOTAL.DATA (really this time) 2021-11-16 22:02:28 -05:00
4am
ec637f31f8 add more files to TOTAL.DATA 2021-11-16 21:44:30 -05:00
4am
c7f6e02e2d merge TOTAL.IDX into TOTAL.DATA and remove filename parameter from LoadIndexedFile 2021-11-16 17:44:12 -05:00
4am
cdaeb336f2 add lookup table to make okvs_nth O(1) 2021-11-16 13:34:57 -05:00
4am
9eaa5e61b7
Titles refactoring (#439)
* Add titles to TOTAL.DATA

* update constants

* fix res/TITLE.DHGR/FLAPPLE.BIRD file size
2021-11-15 20:25:32 -05:00
Peter Ferrie
5cda88b60b fix seek(*128k) 2021-11-15 12:18:23 -08:00
Peter Ferrie
13d65a0b67 fix seek(0) and update demos for low-cost seek 2021-11-15 10:23:44 -08:00
4am
3a920548ff shave some bytes 2021-11-14 11:00:57 -05:00
4am
3f639c4aa6 update some comments 2021-11-14 10:43:26 -05:00
4am
d968df361d update constants 2021-11-14 10:40:25 -05:00
Peter Ferrie
88afde9c79
low-cost seek (#438)
* low-cost seek

* update constants

Co-authored-by: 4am <a2_4am@sent.com>
2021-11-14 10:31:56 -05:00
frankmilliron
fcfac849b5
couple fixes for demo launchers on //gs (#437)
* Add files via upload

* Add files via upload
2021-11-14 10:30:52 -05:00
4am
78b718f12a add action screenshots for Chase on Tom Sawyer's Island 2021-11-13 22:20:13 -05:00
4am
0b30cac3e7 add action screenshots for Star Clones 2021-11-13 22:13:00 -05:00
4am
ad34d56e8d add action HGR indexes to TOTAL.IDX 2021-11-13 17:11:26 -05:00
frankmilliron
6143e05eba
demo launcher stuff (#436)
* Add files via upload

* Delete REPTON.1

* Add files via upload
2021-11-13 17:06:52 -05:00
4am
31a37400c4 move search indexes and caches to TOTAL.IDX 2021-11-13 16:18:58 -05:00
4am
111e6b9578 fix prelaunch index record 2021-11-13 01:08:50 -05:00
4am
fac8ceb7ef remove unused path 2021-11-13 01:05:15 -05:00
Tom Greene
6c253f1b6d
Don't pack titles that have animations (#435) 2021-11-12 20:52:25 -05:00
4am
238fb799d7 combine some IDX files 2021-11-12 20:46:05 -05:00
Tom Greene
854425b416
Pack HGR title graphics into screen holes to save space (#434)
* Pack HGR title graphics into screen holes to save space

* Rename TITLE.HGR folder to TITLE.HGR.UNPACKED

* Add packed HGR files
2021-11-12 01:22:14 -05:00
4am
535b5b39ce ensure reload of search index after exiting mini attract mode
fixes https://github.com/a2-4am/4cade/issues/430
2021-11-11 22:20:06 -05:00
frankmilliron
3330c7fed2
Apple Cider Spider demo launcher (#432)
* Add files via upload

* Delete CIDER.SPIDER.Z

* Delete CIDER.SPIDER.0

* Delete CIDER.SPIDER.1

* Delete CIDER.SPIDER.5

* Delete CIDER.SPIDER.7

* Delete CIDER.SPIDER.9

* Add files via upload
2021-11-11 10:47:48 -05:00
4am
08124340a7 some comments 2021-11-11 10:46:41 -05:00
4am
d83e5dfe30 load prelaunch index into clobber-able address
fixes https://github.com/a2-4am/4cade/issues/431
2021-11-11 01:02:54 -05:00
frankmilliron
af5e4a50e6
Alien Munchies & N.O.R.A.D. demo launchers (#429)
* Add files via upload

* Add files via upload

* Add files via upload

* Delete NORAD.1

* Delete ALIEN.MUNCH.1
2021-11-11 00:43:59 -05:00