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

19 lines
293 B
C

#ifndef RES_SSS_H
#define RES_SSS_H
#include "global.h"
enum SSS_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
SSS_BCK_SSS_HIRAKU=0x5,
SSS_BCK_SSS_TOJIRU=0x6,
/* BMD */
SSS_BMD_SSS_HAND=0x9,
/* TEX */
SSS_BTI_SSS=0xC,
};
#endif /* RES_SSS_H */