1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-01-04 14:11:33 +11:00

fix names

This commit is contained in:
Corwin 2023-07-25 20:27:03 +01:00
parent 67435b31e0
commit b806fa8e66
No known key found for this signature in database
66 changed files with 4 additions and 4 deletions

View file

@ -433,7 +433,7 @@ dependencies = [
]
[[package]]
name = "the-dungeon-keepers-lament"
name = "the-dungeon-puzzlers-lament"
version = "0.1.0"
dependencies = [
"agb",

View file

@ -1,5 +1,5 @@
[package]
name = "the-dungeon-keepers-lament"
name = "the-dungeon-puzzlers-lament"
version = "0.1.0"
authors = [""]
edition = "2021"

View file

Before

(image error) Size: 6.3 KiB

After

(image error) Size: 6.3 KiB

View file

@ -6,5 +6,5 @@
#[agb::entry]
fn main(gba: agb::Gba) -> ! {
the_dungeon_keepers_lament::entry(gba);
the_dungeon_puzzlers_lament::entry(gba);
}

View file

@ -68,7 +68,7 @@ build-roms:
just _build-rom "examples/the-purple-night" "PURPLENIGHT"
just _build-rom "examples/the-hat-chooses-the-wizard" "HATWIZARD"
just _build-rom "examples/hyperspace-roll" "HYPERSPACE"
just _build-rom "examples/the-dungeon-keepers-lament" "DUNGLAMENT"
just _build-rom "examples/the-dungeon-puzzlers-lament" "DUNGLAMENT"
just _build-rom "examples/amplitude" "AMPLITUDE"
just _build-rom "examples/combo" "AGBGAMES"