Skip to content

Commit

Permalink
Version 5.8e with yet more new overlays and some overlay tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wavemotion-dave committed Oct 25, 2024
1 parent 09e037c commit 91d0bef
Show file tree
Hide file tree
Showing 4 changed files with 3 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.8d
export VERSION := 5.8e

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.
2 changes: 2 additions & 0 deletions arm9/source/overlay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
};

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

0 comments on commit 91d0bef

Please sign in to comment.