mirror of
https://github.com/wavemotion-dave/NINTV-DS.git
synced 2025-06-18 13:55:33 -04:00
Version 5.0a with new gold/black menu buttons to match the classic Intellivision styling.
This commit is contained in:
parent
c1b86718c7
commit
65f86cb44a
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ include $(DEVKITARM)/ds_rules
|
||||
|
||||
export TARGET := NINTV-DS
|
||||
export TOPDIR := $(CURDIR)
|
||||
export VERSION := 5.0
|
||||
export VERSION := 5.0a
|
||||
|
||||
ICON := -b $(CURDIR)/logo.bmp "NINTV-DS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/NINTV-DS"
|
||||
|
||||
|
BIN
NINTV-DS.nds
BIN
NINTV-DS.nds
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 46 KiB |
@ -59,13 +59,13 @@ struct Overlay_t defaultOverlay[OVL_MAX] =
|
||||
{255, 255, 255, 255}, // KEY_L_ACT
|
||||
{255, 255, 255, 255}, // KEY_R_ACT
|
||||
|
||||
{ 23, 82, 16, 36}, // META_RESET
|
||||
{ 23, 82, 45, 65}, // META_LOAD
|
||||
{ 23, 82, 74, 94}, // META_CONFIG
|
||||
{ 23, 82, 103, 123}, // META_SCORE
|
||||
{ 10, 87, 10, 40}, // META_RESET
|
||||
{ 10, 87, 41, 70}, // META_LOAD
|
||||
{ 10, 87, 71, 100}, // META_CONFIG
|
||||
{ 10, 87, 101, 131}, // META_SCORE
|
||||
{255, 255, 255, 255}, // META_QUIT
|
||||
{ 23, 82, 132, 152}, // META_STATE
|
||||
{ 23, 82, 161, 181}, // META_MENU
|
||||
{ 10, 87, 131, 160}, // META_STATE
|
||||
{ 10, 87, 161, 191}, // META_MENU
|
||||
{255, 255, 255, 255}, // META_SWAP
|
||||
{255, 255, 255, 255}, // META_MANUAL
|
||||
{255, 255, 255, 255}, // META_STRETCH
|
||||
|
Loading…
Reference in New Issue
Block a user