Version 5.8e with yet more new overlays and some overlay tweaks

This commit is contained in:
Dave Bernazzani 2024-10-25 09:51:57 -04:00
parent 09e037c776
commit 91d0bef88e
4 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ include $(DEVKITARM)/ds_rules
export TARGET := NINTV-DS
export TOPDIR := $(CURDIR)
export VERSION := 5.8d
export VERSION := 5.8e
ICON := -b $(CURDIR)/logo.bmp "NINTV-DS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/NINTV-DS"

Binary file not shown.

View File

@ -281,6 +281,7 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0x4422868E , "KING", "MOUNTAIN", "King of the Mountain.ovl"},
{0x87D95C72 , "KING", "MOUNTAIN", "King of the Mountain.ovl"},
{0xFFFFFFFF , "SPKOTM", "SPKOTM", "King of the Mountain.ovl"},
{0x30e2819b , "KEYBOARD", "FUN", "Keyboard Fun.ovl"},
{0x8C9819A2 , "KOOL", "AID", "Kool-Aid Man.ovl"},
{0xFFFFFFFF , "CAVES", "KROZ", "Kroz.ovl"},
{0xA6840736 , "LADY", "BUG", "Lady Bug.ovl"},
@ -431,6 +432,7 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0xFFFFFFFF , "JUNGLE", "HUNT", "Jungle Hunt.ovl"},
{0xFFFFFFFF , "THUNDER", "SOLDIER", "Thunder Soldier.ovl"},
{0x2711dcbe , "#@!^aZ", "()##b-+", "Maria.ovl"},
{0x906989e2 , "HELI", "HELI", "HELI.ovl"},
{0x00000000 , "xxx", "zzz", "generic.ovl"},
};

Binary file not shown.