Commit Graph

34 Commits

Author SHA1 Message Date
Randy Thiemann 9cf93cb4c3 Fix color regression. 2023-11-24 00:32:55 +01:00
Randy Thiemann 08b2f07024 Fix DMG intro and big mode bug. 2023-11-23 13:46:49 +01:00
Randy Thiemann 6dcef748d6 Oopsie, swapped two colors on GBA. 2023-11-23 06:44:04 +01:00
Randy Thiemann e2abbe77de Improve scoring, add dark mode, allow intro animation to be skipped. 2023-11-23 06:19:08 +01:00
Randy Thiemann 4ce49d6d94 Add light/dark modes. 2023-11-23 05:13:02 +01:00
Randy Thiemann 85699fd1c5 Redo logo color. 2023-11-19 06:15:42 +01:00
Randy Thiemann d531347e3a Rebrand 2023-11-14 03:02:30 +01:00
Randy Thiemann 7503937b22 Optimizations: ld a, 0 -> xor a, a 2023-11-13 03:35:09 +01:00
Randy Thiemann 304a5f739b Optimizations: cp 0 -> or a; and mask cp mask -> or ~mask inc a 2023-11-13 03:05:39 +01:00
Randy Thiemann dd61282ebd High scores implemented. 2023-11-11 17:17:15 +01:00
Randy Thiemann 21691b1f52 Add profile screen. 2023-11-10 11:46:37 +01:00
Randy Thiemann 79411d2992 Add credits screen. 2023-11-10 10:41:29 +01:00
Randy Thiemann 35420f7678 Redesign main menu. Note that profiles and such aren't yet available. 2023-11-10 08:21:36 +01:00
Randy Thiemann d3ab4a9ca7 Fix a big fucky wucky in the stack. 2023-11-07 10:40:31 +01:00
Randy Thiemann e9caff748c MYCO curve and rot mode. 2023-11-07 09:14:43 +01:00
Randy Thiemann 43dce57a20 Brighten gold. 2023-11-07 04:51:35 +01:00
Randy Thiemann 80a1907224 Graphical touch-up of the playfield. 2023-11-06 07:35:34 +01:00
Randy Thiemann 2063d0c5d1 Tile system. 2023-11-02 19:10:51 +01:00
Randy Thiemann 5d82a58b02 Add juice on DAS slams. 2023-11-02 08:33:38 +01:00
Randy Thiemann 7bfe31210e Shift gameplay a tad for screen effects. 2023-11-02 07:56:44 +01:00
Randy Thiemann d38903247e Fix oob bug and improve UI 2023-11-01 20:04:54 +01:00
Randy Thiemann b6d48e054a Fine Tuning 2023-10-30 19:40:20 +01:00
Randy Thiemann 0a3103ba1e Color improvements. 2023-10-30 19:33:57 +01:00
Randy Thiemann e036abee60 Big Chungus 2023-10-28 22:27:58 +02:00
Randy Thiemann 76fa7b0816 Code cleanup and documentation. 2023-10-27 21:37:32 +02:00
Randy Thiemann 518234e1d2 Graphics. 2023-10-27 04:25:41 +02:00
Randy Thiemann 9097a89bc9 Add Line ARE. Improve tells and hold. 2023-10-26 14:29:06 +02:00
Randy Thiemann fb9b90e18b Invert gravity logic to enable true TGM curves. Disable 20G mode on always-20G curves. 2023-10-26 09:50:10 +02:00
Randy Thiemann b6b60742bb Scoring and graphics fixes. 2023-10-25 04:29:14 +02:00
Randy Thiemann 2c5ee3049b Fix scoring 2023-10-24 22:21:48 +02:00
Randy Thiemann bd52711e64 v1.0 2023-10-24 14:57:36 +02:00
Randy Thiemann 93e6d7946f Prevent double lock. 2023-10-24 10:59:02 +02:00
Randy Thiemann 3829f62100 Push colorization 2023-10-24 10:29:16 +02:00
Randy Thiemann d10444cca6 Colorization 2023-10-24 09:04:39 +02:00