diff --git a/Makefile b/Makefile index 8eceab2..0380a4c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ include $(DEVKITARM)/ds_rules export TARGET := NINTV-DS export TOPDIR := $(CURDIR) -export VERSION := 5.8f +export VERSION := 5.9 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 e3b07fe..bdd39d5 100644 Binary files a/NINTV-DS.nds and b/NINTV-DS.nds differ diff --git a/README.md b/README.md index 78c4266..3b60791 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ Credits : -------------------------------------------------------------------------------- History : -------------------------------------------------------------------------------- +V5.9 : 27-Oct-2024 by wavemotion-dave + * Overlay overload... more than 220 custom Nintellivision overlays in the extras.zip pack. + V5.8 : 20-Oct-2024 by wavemotion-dave * Fix for game selection to revert to the proper directory (the last one you were in to select games). * Fix for MOB collisions to not render for off-screen pixels which fixes the various Baseball Games (couldn't pick up ball in outfield). diff --git a/arm9/gfx/bgTop.png b/arm9/gfx/bgTop.png index f3f62a9..2227bf8 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 ac9a6c9..d1100b9 100644 --- a/arm9/source/overlay.cpp +++ b/arm9/source/overlay.cpp @@ -222,6 +222,7 @@ struct MapRomToOvl_t MapRomToOvl[] = {0xC92BAAE8 , "BURGER", "TIME", "Burger Time.ovl"}, {0xFFFFFFFF , "BURGRTM", "BURGRTM", "Burger Time.ovl"}, {0xFFFFFFFF , "SUPER", "CHEF", "Burger Time.ovl"}, + {0xFFFFFFFF , "MASTER", "CHEF", "Burger Time.ovl"}, {0xFA492BBD , "BUZZ", "BOMBERS", "Buzz Bombers.ovl"}, {0xFA492BBD , "BUZZ", "BOMBERS", "Buzz Bombers.ovl"}, {0xFFFFFFFF , "CAT", "ATTACK", "Cat Attack.ovl"}, @@ -304,10 +305,12 @@ struct MapRomToOvl_t MapRomToOvl[] = {0x9D57498F , "MIND", "STRIKE", "Mind Strike.ovl"}, {0xec2e2320 , "MISSILE", "DOMINATION", "Missile Domination.ovl"}, {0x11FB9974 , "MISSION", "X", "Mission X.ovl"}, + {0xb229d5c7 , "MOON", "BLAST", "Moon Blast.ovl"}, {0x5F6E1AF6 , "MOTOCROSS", "MOTOCROSS", "Motocross.ovl"}, {0x598662F2 , "MOUSE", "TRAP", "Mouse Trap.ovl"}, {0xE367E450 , "MR", "CHESS", "MrChess.ovl"}, {0xDBAB54CA , "NASL", "SOCCER", "NASL Soccer.ovl"}, + {0x09dc0db2 , "NINJA", "ODYSSEY", "Ninja Odyssey.ovl"}, {0x4B91CF16 , "NFL", "FOOTBALL", "NFL Football.ovl"}, {0x613e109b , "JR", "PAC", "Jr Pac-Man.ovl"}, {0x0753544F , "MS", "PAC", "Ms Pac-Man.ovl"}, @@ -398,6 +401,8 @@ struct MapRomToOvl_t MapRomToOvl[] = {0x07FB9435 , "SOLAR", "SAILOR", "TRON Solar Sailor.ovl"}, {0xbb759a58 , "SOLAR", "SAILER", "TRON Solar Sailor.ovl"}, {0xFFFFFFFF , "TRON", "SOLAR", "TRON Solar Sailor.ovl"}, + {0x4c963cb2 , "TENNIS2", "TENNIS2", "Super Pro Tennis.ovl"}, + {0x4c963cb2 , "SUPER", "TENNIS", "Super Pro Tennis.ovl"}, {0x03E9E62E , "TENNIS", "TENNIS", "Tennis.ovl"}, {0xB7923858 , "SHOW", "MUST", "The Show Must Go On.ovl"}, {0xF3DF94E0 , "THIN", "ICE", "Thin Ice.ovl"}, @@ -441,6 +446,9 @@ struct MapRomToOvl_t MapRomToOvl[] = {0xFFFFFFFF , "KEYSTONE", "KOPPS", "Keystone Kopps.ovl"}, {0xFFFFFFFF , "MR", "TURTLE", "Mr Turtle.ovl"}, {0xFFFFFFFF , "QUEST", "TIRES", "BC Quest for Tires.ovl"}, + {0xFFFFFFFF , "KLAX", "KLAX", "Klax.ovl"}, + {0xFFFFFFFF , "AARDVARK", "AARDVARK", "Aardvark.ovl"}, + {0x51870e4a , "UPMONSTER", "UPMONSTER", "Upmonsters.ovl"}, {0x00000000 , "xxx", "zzz", "generic.ovl"}, }; diff --git a/extras.zip b/extras.zip index 7fd85d3..e2e3b71 100644 Binary files a/extras.zip and b/extras.zip differ