agb/examples/hyperspace-roll/src
Corwin 28e3a7faf4
Resolve stutter upon switching to dice customise screen (#442)
1. Dealloc now uses the normal dealloc procedure.
    * Better because normalisation is quick, O(1).
    * More normalisation means inserting into the list is faster.
2. Run sfx frame during the generation of upgrades (which can take an
unbounded amount of time).

* Both of these are required to remove the stuttering.
* It sounds really weird now that it works right :/

- [ ] Changelog updated / no changelog update needed
2023-06-05 21:01:12 +01:00
..
battle reverse change of name 2023-04-23 18:55:23 +01:00
background.rs Allow importing aseprite backgrounds directly 2023-04-13 22:33:26 +01:00
battle.rs modify the enemy health rng by using a distribution 2023-06-02 01:24:37 +01:00
customise.rs resolve stutter 2023-06-05 00:12:36 +01:00
graphics.rs show health 2023-06-03 23:29:54 +01:00
level_generation.rs Resolve stutter upon switching to dice customise screen (#442) 2023-06-05 21:01:12 +01:00
lib.rs improve the migration 2023-04-06 21:45:32 +01:00
main.rs add combo rom 2022-12-01 17:16:53 +00:00
save.rs Fix the games 2023-02-23 21:18:29 +00:00
sfx.rs Fix the games 2023-02-23 21:18:29 +00:00