#ifndef RES_RS2_H #define RES_RS2_H #include "global.h" // IWYU pragma: keep enum RS2_RES_FILE_ID { /* BCKS */ RS2_BCK_RS_JAMP=0x0, RS2_BCK_RS_PUSH=0x1, RS2_BCK_RS_SWING=0x2, RS2_BCK_RS_TALK01=0x3, RS2_BCK_RS_TALK02=0x4, RS2_BCK_RS_TALK03=0x5, RS2_BCK_RS_TAME=0x6, RS2_BCK_RS_WAIT01=0x7, RS2_BCK_RS_WAIT02=0x8, RS2_BCK_RS_WALK=0x9, /* BDLM */ RS2_BDL_RS=0xA, /* BTP */ RS2_BTP_RS_MABA01=0xB, }; enum RS2_RES_FILE_INDEX { /* BCKS */ RS2_INDEX_BCK_RS_JAMP=0x5, RS2_INDEX_BCK_RS_PUSH=0x6, RS2_INDEX_BCK_RS_SWING=0x7, RS2_INDEX_BCK_RS_TALK01=0x8, RS2_INDEX_BCK_RS_TALK02=0x9, RS2_INDEX_BCK_RS_TALK03=0xA, RS2_INDEX_BCK_RS_TAME=0xB, RS2_INDEX_BCK_RS_WAIT01=0xC, RS2_INDEX_BCK_RS_WAIT02=0xD, RS2_INDEX_BCK_RS_WALK=0xE, /* BDLM */ RS2_INDEX_BDL_RS=0x11, /* BTP */ RS2_INDEX_BTP_RS_MABA01=0x14, }; #endif /* RES_RS2_H */