From 399836879122a0297547615249abffae3b04cf83 Mon Sep 17 00:00:00 2001 From: mark wallace Date: Thu, 13 Feb 2025 02:14:58 +0000 Subject: [PATCH] Edit Makefile --- dreamcast/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dreamcast/Makefile b/dreamcast/Makefile index 04594f02..8891c731 100644 --- a/dreamcast/Makefile +++ b/dreamcast/Makefile @@ -286,7 +286,17 @@ texconv: $(OBJS_TEXCONV) | pvrtex # You'll have to rebuild pvrtex manually if yo TXD_OPTS_fonts = 256 256 TXD_OPTS_hud = 128 128 -TXD_OPTS_menu = 512 512 +TXD_OPTS_menu = 512 512 \ + --include-tex assets/mapBot01.png mapBot01 \ + --include-tex assets/mapBot02.png mapBot02 \ + --include-tex assets/mapBot03.png mapBot03 \ + --include-tex assets/mapMid01.png mapMid01 \ + --include-tex assets/mapMid02.png mapMid02 \ + --include-tex assets/mapMid03.png mapMid03 \ + --include-tex assets/mapTop01.png mapTop01 \ + --include-tex assets/mapTop02.png mapTop02 \ + --include-tex assets/mapTop03.png mapTop03 + TXD_OPTS_LOADSC0 = 512 512 TXD_OPTS_LOADSC1 = 512 512 TXD_OPTS_LOADSC10 = 512 512