agb/examples/the-purple-night
Gwilym Inzani 06db23d574
New include gfx macro (#414)
Replaces `include_gfx!` with `include_background_gfx!` which is much
nicer since it doesn't require the external toml file. See the example
repos for how much better it is :).

Also adds support for aseprite files in `include_background_gfx` and
uses that ability where we still have the original files.

- [x] Changelog updated / no changelog update needed
2023-04-18 21:14:28 +01:00
..
.cargo modify all other configs to be able to compile with arm 2022-08-01 17:36:41 +01:00
gfx Allow importing aseprite backgrounds directly 2023-04-13 22:33:26 +01:00
html Add the purple night example 2022-01-01 12:05:48 +00:00
map Add the purple night example 2022-01-01 12:05:48 +00:00
sfx Add the purple night example 2022-01-01 12:05:48 +00:00
src New include gfx macro (#414) 2023-04-18 21:14:28 +01:00
.gitignore Add the purple night example 2022-01-01 12:05:48 +00:00
build.rs Fix clippy lint for inline format args 2022-12-09 20:36:09 +00:00
Cargo.lock Update lockfiles 2023-04-13 22:33:59 +01:00
Cargo.toml Release v0.14.0 2023-04-11 21:28:22 +01:00
gba.ld Add shstrtab section for lld 2023-04-02 20:39:38 +01:00
gba_mb.ld Add shstrtab section for lld 2023-04-02 20:39:38 +01:00
rust-toolchain.toml Add rustfmt as a component to rust-toolchain 2023-03-23 22:17:02 +00:00