agb/examples/hyperspace-roll
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
..
.cargo Remove sparse registry option from hyperspace roll 2022-10-16 18:50:55 +01:00
gfx make the letter "R" better 2023-06-03 23:45:55 +01:00
sfx jam version of hyperspace roll 2022-07-25 20:25:56 +01:00
src Resolve stutter upon switching to dice customise screen (#442) 2023-06-05 21:01:12 +01:00
build.rs Add rudimentary affine background layer support. 2022-08-11 23:49:51 +01:00
Cargo.lock Use bilge rather than modular-bitfield 2023-05-17 15:01:22 +01:00
Cargo.toml remove codegen units 2023-05-23 20:12:42 +01:00
gba.ld Entirely remove the need for binutils 2023-05-21 16:37:34 +01:00
gba_mb.ld Entirely remove the need for binutils 2023-05-21 16:37:34 +01:00
rust-toolchain.toml Add rustfmt as a component to rust-toolchain 2023-03-23 22:17:02 +00:00