diff --git a/examples/3D/3D.nds b/examples/3D/3D.nds index a801357..430b0e5 100644 Binary files a/examples/3D/3D.nds and b/examples/3D/3D.nds differ diff --git a/examples/3D/Makefile b/examples/3D/Makefile index 15b0c26..77996d9 100644 --- a/examples/3D/Makefile +++ b/examples/3D/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/Collision/Collision.nds b/examples/Collision/Collision.nds index c3d7583..fa6f69c 100644 Binary files a/examples/Collision/Collision.nds and b/examples/Collision/Collision.nds differ diff --git a/examples/Collision/Makefile b/examples/Collision/Makefile index 15b0c26..77996d9 100644 --- a/examples/Collision/Makefile +++ b/examples/Collision/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/CustomFont/CustomFont.nds b/examples/CustomFont/CustomFont.nds index 07f58fa..012e623 100644 Binary files a/examples/CustomFont/CustomFont.nds and b/examples/CustomFont/CustomFont.nds differ diff --git a/examples/CustomFont/Makefile b/examples/CustomFont/Makefile index 15b0c26..77996d9 100644 --- a/examples/CustomFont/Makefile +++ b/examples/CustomFont/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/CustomVariables/CustomVariables.nds b/examples/CustomVariables/CustomVariables.nds index df7c342..26bfa0f 100644 Binary files a/examples/CustomVariables/CustomVariables.nds and b/examples/CustomVariables/CustomVariables.nds differ diff --git a/examples/CustomVariables/Makefile b/examples/CustomVariables/Makefile index 15b0c26..77996d9 100644 --- a/examples/CustomVariables/Makefile +++ b/examples/CustomVariables/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/DrawableBackground/DrawableBackground.nds b/examples/DrawableBackground/DrawableBackground.nds index 51e648c..ac4a626 100644 Binary files a/examples/DrawableBackground/DrawableBackground.nds and b/examples/DrawableBackground/DrawableBackground.nds differ diff --git a/examples/DrawableBackground/Makefile b/examples/DrawableBackground/Makefile index 15b0c26..77996d9 100644 --- a/examples/DrawableBackground/Makefile +++ b/examples/DrawableBackground/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/NiFi/Makefile b/examples/NiFi/Makefile index 15b0c26..77996d9 100644 --- a/examples/NiFi/Makefile +++ b/examples/NiFi/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/NiFi/NiFi.nds b/examples/NiFi/NiFi.nds index 91cc984..7ae8b02 100644 Binary files a/examples/NiFi/NiFi.nds and b/examples/NiFi/NiFi.nds differ diff --git a/examples/Priority/Makefile b/examples/Priority/Makefile index 15b0c26..77996d9 100644 --- a/examples/Priority/Makefile +++ b/examples/Priority/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/Priority/Priority.nds b/examples/Priority/Priority.nds index 42d8b83..298317e 100644 Binary files a/examples/Priority/Priority.nds and b/examples/Priority/Priority.nds differ diff --git a/examples/RoomPersistency/Makefile b/examples/RoomPersistency/Makefile index 15b0c26..77996d9 100644 --- a/examples/RoomPersistency/Makefile +++ b/examples/RoomPersistency/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/RoomPersistency/RoomPersistency.nds b/examples/RoomPersistency/RoomPersistency.nds index c085158..5b7d424 100644 Binary files a/examples/RoomPersistency/RoomPersistency.nds and b/examples/RoomPersistency/RoomPersistency.nds differ diff --git a/examples/RoomPersistency/nitrofiles/soundbank.bin b/examples/RoomPersistency/nitrofiles/soundbank.bin index 176ceb5..93224b1 100644 Binary files a/examples/RoomPersistency/nitrofiles/soundbank.bin and b/examples/RoomPersistency/nitrofiles/soundbank.bin differ diff --git a/examples/RotsetEffects/Makefile b/examples/RotsetEffects/Makefile index 15b0c26..77996d9 100644 --- a/examples/RotsetEffects/Makefile +++ b/examples/RotsetEffects/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/RotsetEffects/RotsetEffects.nds b/examples/RotsetEffects/RotsetEffects.nds index 7243a5b..0fbfcd5 100644 Binary files a/examples/RotsetEffects/RotsetEffects.nds and b/examples/RotsetEffects/RotsetEffects.nds differ diff --git a/examples/TopDownShooter/Makefile b/examples/TopDownShooter/Makefile index 15b0c26..77996d9 100644 --- a/examples/TopDownShooter/Makefile +++ b/examples/TopDownShooter/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/TopDownShooter/TopDownShooter.nds b/examples/TopDownShooter/TopDownShooter.nds index b122c7c..b23da5a 100644 Binary files a/examples/TopDownShooter/TopDownShooter.nds and b/examples/TopDownShooter/TopDownShooter.nds differ diff --git a/examples/Unpossible/Makefile b/examples/Unpossible/Makefile index 15b0c26..77996d9 100644 --- a/examples/Unpossible/Makefile +++ b/examples/Unpossible/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/examples/Unpossible/Unpossible.nds b/examples/Unpossible/Unpossible.nds index c7acc52..5240908 100644 Binary files a/examples/Unpossible/Unpossible.nds and b/examples/Unpossible/Unpossible.nds differ diff --git a/icon.bmp b/icon.bmp new file mode 100644 index 0000000..9cfe510 Binary files /dev/null and b/icon.bmp differ diff --git a/template/Makefile b/template/Makefile index 15b0c26..77996d9 100644 --- a/template/Makefile +++ b/template/Makefile @@ -25,6 +25,15 @@ INCLUDES := include $(DSGMLIB)/include NITRODATA := nitrofiles MAXMOD_SOUNDBANK := music +#--------------------------------------------------------------------------------- +# ROM header properties +#--------------------------------------------------------------------------------- +GAME_TITLE := $(notdir $(OUTPUT)) +GAME_SUBTITLE1 := +GAME_SUBTITLE2 := + +GAME_ICON := $(DSGMLIB)/icon.bmp + #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- diff --git a/template/template.nds b/template/template.nds index 73897c4..d12320c 100644 Binary files a/template/template.nds and b/template/template.nds differ