Files
tww/include/d/res/res_title.h
T
2024-04-23 15:02:25 -04:00

21 lines
320 B
C

#ifndef RES_TITLE_H
#define RES_TITLE_H
#include "global.h"
enum TITLE_RES_FILE_ID { // IDs and indexes are synced
/* BMD */
TITLE_BMD_VRBOX=0x6,
/* BMDM */
TITLE_BMD_MODEL=0x9,
/* BTK */
TITLE_BTK_MODEL=0xC,
/* TEX */
TITLE_BTI_LOGO_01=0xF,
};
#endif /* RES_TITLE_H */