mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-06 15:11:33 +11:00
fix names
This commit is contained in:
parent
67435b31e0
commit
b806fa8e66
|
@ -433,7 +433,7 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "the-dungeon-keepers-lament"
|
name = "the-dungeon-puzzlers-lament"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"agb",
|
"agb",
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "the-dungeon-keepers-lament"
|
name = "the-dungeon-puzzlers-lament"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = [""]
|
authors = [""]
|
||||||
edition = "2021"
|
edition = "2021"
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2 KiB |
|
@ -6,5 +6,5 @@
|
||||||
|
|
||||||
#[agb::entry]
|
#[agb::entry]
|
||||||
fn main(gba: agb::Gba) -> ! {
|
fn main(gba: agb::Gba) -> ! {
|
||||||
the_dungeon_keepers_lament::entry(gba);
|
the_dungeon_puzzlers_lament::entry(gba);
|
||||||
}
|
}
|
2
justfile
2
justfile
|
@ -68,7 +68,7 @@ build-roms:
|
||||||
just _build-rom "examples/the-purple-night" "PURPLENIGHT"
|
just _build-rom "examples/the-purple-night" "PURPLENIGHT"
|
||||||
just _build-rom "examples/the-hat-chooses-the-wizard" "HATWIZARD"
|
just _build-rom "examples/the-hat-chooses-the-wizard" "HATWIZARD"
|
||||||
just _build-rom "examples/hyperspace-roll" "HYPERSPACE"
|
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/amplitude" "AMPLITUDE"
|
||||||
just _build-rom "examples/combo" "AGBGAMES"
|
just _build-rom "examples/combo" "AGBGAMES"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue