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

18 lines
266 B
C

#ifndef RES_WZB_H
#define RES_WZB_H
#include "global.h"
enum WZB_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
WZB_BCK_YSUMN00=0x5,
/* BDLI */
WZB_BDL_YSUMN00=0x8,
/* BTK */
WZB_BTK_YSUMN00=0xB,
};
#endif /* RES_WZB_H */