Use 'art' instead of 'art_blueish'

This commit is contained in:
Izuru Yakumo
2025-07-05 17:12:50 +00:00
committed by Izuru Yakumo
parent f712c5a321
commit 5b46ca9b8a
42 changed files with 244 additions and 244 deletions

View File

@@ -22,12 +22,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
//
#include "ui_local.h"
#define ART_BACK0 "menu/art_blueish/back_0"
#define ART_BACK1 "menu/art_blueish/back_1"
#define ART_FIGHT0 "menu/art_blueish/load_0"
#define ART_FIGHT1 "menu/art_blueish/load_1"
#define ART_FRAMEL "menu/art_blueish/frame2_l"
#define ART_FRAMER "menu/art_blueish/frame1_r"
#define ART_BACK0 "menu/art/back_0"
#define ART_BACK1 "menu/art/back_1"
#define ART_FIGHT0 "menu/art/load_0"
#define ART_FIGHT1 "menu/art/load_1"
#define ART_FRAMEL "menu/art/frame2_l"
#define ART_FRAMER "menu/art/frame1_r"
#define MAX_MODS 64
#define NAMEBUFSIZE ( MAX_MODS * 48 )