diff options
author | Ben Bridle <ben@derelict.engineering> | 2024-11-22 15:54:07 +1300 |
---|---|---|
committer | Ben Bridle <ben@derelict.engineering> | 2024-11-22 15:54:07 +1300 |
commit | 2acaa6cb6c54c246b7f152f91d0428325c5b3ebd (patch) | |
tree | 06dca0fb8d9e7f3a1d5efb79ad8f52172a131e9e /Makefile | |
parent | a1b95e9ccf9bd7b316adf21952e43e03f2bf3746 (diff) | |
download | bedrock-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |