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

21 lines
313 B
C

#ifndef RES_GMTW_H
#define RES_GMTW_H
#include "global.h"
enum GMTW_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
GMTW_BCK_GMTW00=0x6,
/* BDLM */
GMTW_BDL_GMTW00=0x9,
/* BTK */
GMTW_BTK_GMTW00=0xC,
/* DZB */
GMTW_DZB_GUMI0=0xF,
};
#endif /* RES_GMTW_H */