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

20 lines
347 B
C

#ifndef RES_HCBH_H
#define RES_HCBH_H
#include "global.h"
enum HCBH_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
HCBH_BDL_HCBH1A=0x4,
HCBH_BDL_HCBH1B=0x5,
HCBH_BDL_HCBH1C=0x6,
HCBH_BDL_HCBH1D=0x7,
HCBH_BDL_HCBH2=0x8,
/* DZB */
HCBH_DZB_HCBH1=0xB,
HCBH_DZB_HCBH2=0xC,
};
#endif /* RES_HCBH_H */