diff --git a/Makefile b/Makefile index e4911fc..d71bc66 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ include $(DEVKITARM)/ds_rules export TARGET := NINTV-DS export TOPDIR := $(CURDIR) -export VERSION := 6.0b +export VERSION := 6.1 ICON := -b $(CURDIR)/logo.bmp "NINTV-DS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/NINTV-DS" diff --git a/NINTV-DS.nds b/NINTV-DS.nds index c666070..9956814 100644 Binary files a/NINTV-DS.nds and b/NINTV-DS.nds differ diff --git a/README.md b/README.md index 4e40fe4..dea7081 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,9 @@ Credits : -------------------------------------------------------------------------------- History : -------------------------------------------------------------------------------- +V6.1 : 04-Mar-2025 by wavemotion-dave + * Updated for newest custom overlays for latest homebrews. + V6.0 : 01-Jan-2025 by wavemotion-dave * Multi-overlays now supported for games like Mr. BASIC Meets Bits 'n Bytes, Lode Runner, Inty BASIC Showcase collections, etc. * Left/Right overlays now supported for games like Chess, Melody Blaster or World Series Baseball. diff --git a/arm9/gfx/bgTop.png b/arm9/gfx/bgTop.png index a8845e3..1a15bae 100644 Binary files a/arm9/gfx/bgTop.png and b/arm9/gfx/bgTop.png differ diff --git a/arm9/source/overlay.cpp b/arm9/source/overlay.cpp index e262c32..288fe32 100644 --- a/arm9/source/overlay.cpp +++ b/arm9/source/overlay.cpp @@ -325,6 +325,7 @@ struct MapRomToOvl_t MapRomToOvl[] = {0xEB4383E0 , "MAXIT", "MAXIT", "Maxit.ovl"}, {0x7A558CF5 , "MAZE", "TRON", "Maze-A-Tron.ovl"}, {0xFF68AA22, "MELODY", "BLASTER", "Melody Blaster.ovl"}, + {0xd0380fc0, "METEORS", "METEORS", "Meteors.ovl"}, {0xE806AD91 , "MICRO", "SURGEON", "Microsurgeon.ovl"}, {0x9D57498F , "MIND", "STRIKE", "Mind Strike.ovl"}, {0x64d5cb31, "MISSILE", "DX", "Missile Domination DX.ovl"}, @@ -382,6 +383,7 @@ struct MapRomToOvl_t MapRomToOvl[] = {0x5AEF02C6 , "RICK", "DYNAMITE", "Rick Dynamite.ovl"}, {0x8910C37A , "RIVER", "RAID", "River Raid.ovl"}, {0x95466AD3 , "RIVER", "RAID", "River Raid.ovl"}, + {0x2ed0a8a4 , "ROAD", "FIGHTER", "Road Fighter.ovl"}, {0xDCF4B15D , "ROYAL", "DEALER", "Royal Dealer.ovl"}, {0xFFFFFFFF , "ROBOT", "ARMY", "Robot Army.ovl"}, {0x8F959A6E , "SNAFU", "SNAFU", "SNAFU.ovl"}, diff --git a/extras.zip b/extras.zip index 75c8ece..90747d0 100644 Binary files a/extras.zip and b/extras.zip differ