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

21 lines
342 B
C

#ifndef RES_YSBWP00_H
#define RES_YSBWP00_H
#include "global.h"
enum YSBWP00_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
YSBWP00_BCK_YSBWP00=0x6,
/* BDLM */
YSBWP00_BDL_YSBWP00=0x9,
/* BRK */
YSBWP00_BRK_YSBWP00=0xC,
/* BTK */
YSBWP00_BTK_YSBWP00=0xF,
};
#endif /* RES_YSBWP00_H */