Display all theme info

This commit is contained in:
2017-09-01 00:37:55 -04:00
parent 37f0de5756
commit 97aff47448
2 changed files with 13 additions and 5 deletions

View File

@@ -30,9 +30,9 @@
#include "common.h"
typedef struct {
u16 name[0x80];
u16 desc[0x100];
u16 author[0x80];
u16 name[0x40];
u16 desc[0x80];
u16 author[0x40];
bool has_icon;
ssize_t icon_id;