diff --git a/Makefile b/Makefile index 12529e2..1bab8fc 100644 --- a/Makefile +++ b/Makefile @@ -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" diff --git a/NINTV-DS.nds b/NINTV-DS.nds index dcc28b7..ed6fee2 100644 Binary files a/NINTV-DS.nds and b/NINTV-DS.nds differ diff --git a/arm9/source/overlay.cpp b/arm9/source/overlay.cpp index 0c1b4b0..7255f66 100644 --- a/arm9/source/overlay.cpp +++ b/arm9/source/overlay.cpp @@ -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"}, }; diff --git a/extras.zip b/extras.zip index 7f80e1e..3ca86d4 100644 Binary files a/extras.zip and b/extras.zip differ