Commit Graph

17 Commits

Author SHA1 Message Date
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 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 4e0aa5b374 Add d-pad filtering and improve score rendering. 2023-11-12 02:07:28 +01:00
Randy Thiemann 1695175cb1 Redo high score sorting. 2023-11-12 01:12:39 +01:00
Randy Thiemann dd61282ebd High scores implemented. 2023-11-11 17:17:15 +01:00
Randy Thiemann 91f213c2aa High score table initial data. 2023-11-11 14:44:23 +01:00
Randy Thiemann 9d27e1d542 Add high score framework. 2023-11-10 12:07:57 +01:00
Randy Thiemann 21691b1f52 Add profile screen. 2023-11-10 11:46:37 +01:00
Randy Thiemann 7103fac524 10 should be plenty. 2023-11-10 11:05:18 +01:00
Randy Thiemann c4805e9c79 Add profile switching. 2023-11-10 10:55:04 +01:00
Randy Thiemann 21bafab8e1 Add profile framework. 2023-11-10 10:29:40 +01:00
Randy Thiemann 76fa7b0816 Code cleanup and documentation. 2023-10-27 21:37:32 +02:00
Randy Thiemann 9097a89bc9 Add Line ARE. Improve tells and hold. 2023-10-26 14:29:06 +02:00
Randy Thiemann fc558b5488 Add more drop options and change how they work. 2023-10-26 08:24:05 +02:00
Randy Thiemann 81a0ae0672 Convert to MBC5 2023-10-25 06:40:29 +02:00