summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2024-11-22 15:54:07 +1300
committerBen Bridle <ben@derelict.engineering>2024-11-22 15:54:07 +1300
commit2acaa6cb6c54c246b7f152f91d0428325c5b3ebd (patch)
tree06dca0fb8d9e7f3a1d5efb79ad8f52172a131e9e /Makefile
parenta1b95e9ccf9bd7b316adf21952e43e03f2bf3746 (diff)
downloadbedrock-nds-2acaa6cb6c54c246b7f152f91d0428325c5b3ebd.zip
Update ROM information in makefile
The generated Nintendo DS ROM file is now branded as Cobalt and will be given the name `cobalt.nds` when built.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b892747..0885ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
BLOCKSDS ?= /opt/blocksds/core
-NAME := bedrock_emu
-GAME_TITLE := Bedrock
-GAME_SUBTITLE := Run Bedrock programs
+NAME := cobalt
+GAME_TITLE := Cobalt
+GAME_SUBTITLE := Pixel painting studio
GAME_AUTHOR := https://derelict.engineering
include $(BLOCKSDS)/sys/default_makefiles/rom_arm9arm7/Makefile