Skip to content

Commit

Permalink
Version 5.9 with a large number of new custom overlays (see readme.md…
Browse files Browse the repository at this point in the history
… and the extras.zip pack)
  • Loading branch information
wavemotion-dave committed Oct 27, 2024
1 parent 5267364 commit 1c781c1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Binary file modified NINTV-DS.nds
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Binary file modified arm9/gfx/bgTop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions arm9/source/overlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
};

Expand Down
Binary file modified extras.zip
Binary file not shown.

0 comments on commit 1c781c1

Please sign in to comment.