Files
tww/include/d/res/res_demo05.h
T

119 lines
3.6 KiB
C

#ifndef RES_DEMO05_H
#define RES_DEMO05_H
#include "global.h" // IWYU pragma: keep
enum DEMO05_RES_FILE_ID {
/* BTP */
DEMO05_BTP_05_ZL_CUT13LOOPA=0x14,
DEMO05_BTP_05_ZL_CUT13LOOPB=0x15,
DEMO05_BTP_05_ZL_CUT13NOBI=0x16,
DEMO05_BTP_05_ZL_CUT4WAIT=0x17,
DEMO05_BTP_05_ZL_CUT6=0x18,
DEMO05_BTP_05_ZL_CUT7=0x19,
DEMO05_BTP_05_OB_CUT4_BYEBYE_HEAD=0x41,
/* BTK */
DEMO05_BTK_05_ZL_CUT13LOOPA=0x1A,
DEMO05_BTK_05_ZL_CUT13LOOPB=0x1B,
DEMO05_BTK_05_ZL_CUT13NOBI=0x1C,
DEMO05_BTK_05_ZL_CUT4WAIT=0x1D,
DEMO05_BTK_05_ZL_CUT6=0x1E,
DEMO05_BTK_05_ZL_CUT7=0x1F,
/* BCKS */
DEMO05_BCK_05_VDORA_CUT02_HIT=0x20,
DEMO05_BCK_05_VDORA_CUT02_WAIT=0x21,
DEMO05_BCK_05_BA_CUT8_WAIT=0x22,
DEMO05_BCK_05_KO2_CUT4_KYORO=0x23,
DEMO05_BCK_05_KO_CUT5_BYE_HEAD=0x24,
DEMO05_BCK_05_KO_CUT5_BYEBYE=0x25,
DEMO05_BCK_05_OB_CUT4_BYEBYE=0x26,
DEMO05_BCK_05_P1B_CUT01_BACKS=0x27,
DEMO05_BCK_05_P1B_CUT01_WAIT=0x28,
DEMO05_BCK_05_P1B_CUT02_HIT=0x29,
DEMO05_BCK_05_P1B_CUT02_WAIT=0x2A,
DEMO05_BCK_05_YM01_CUT4_BYEBYE=0x2B,
DEMO05_BCK_05_YM02_CUT4_BYEBYE=0x2C,
DEMO05_BCK_05_YW_CUT4_BYEBYE=0x2D,
DEMO05_BCK_05_ZL_CUT13LOOPA=0x2E,
DEMO05_BCK_05_ZL_CUT13LOOPB=0x2F,
DEMO05_BCK_05_ZL_CUT13NOBI=0x30,
DEMO05_BCK_05_ZL_CUT4WAIT=0x31,
DEMO05_BCK_05_ZL_CUT6=0x32,
DEMO05_BCK_05_ZL_CUT7=0x33,
DEMO05_BCK_ZK_WAIT01=0x47,
DEMO05_BCK_KJ_TORI=0x4B,
DEMO05_BCK_TORIKJ=0x4C,
/* STB */
DEMO05_STB_DEPARTURE=0x3D,
/* BDL */
DEMO05_BDL_KO1_COMP=0x43,
DEMO05_BDL_KO2_COMP=0x44,
DEMO05_BDL_YW_COMP=0x45,
DEMO05_BDL_ASODA=0x4A,
/* BDLM */
DEMO05_BDL_OB_COMP=0x49,
};
enum DEMO05_RES_FILE_INDEX {
/* BTP */
DEMO05_INDEX_BTP_05_ZL_CUT13LOOPA=0x8,
DEMO05_INDEX_BTP_05_ZL_CUT13LOOPB=0x9,
DEMO05_INDEX_BTP_05_ZL_CUT13NOBI=0xA,
DEMO05_INDEX_BTP_05_ZL_CUT4WAIT=0xB,
DEMO05_INDEX_BTP_05_ZL_CUT6=0xC,
DEMO05_INDEX_BTP_05_ZL_CUT7=0xD,
DEMO05_INDEX_BTP_05_OB_CUT4_BYEBYE_HEAD=0xE,
/* BTK */
DEMO05_INDEX_BTK_05_ZL_CUT13LOOPA=0x11,
DEMO05_INDEX_BTK_05_ZL_CUT13LOOPB=0x12,
DEMO05_INDEX_BTK_05_ZL_CUT13NOBI=0x13,
DEMO05_INDEX_BTK_05_ZL_CUT4WAIT=0x14,
DEMO05_INDEX_BTK_05_ZL_CUT6=0x15,
DEMO05_INDEX_BTK_05_ZL_CUT7=0x16,
/* BCKS */
DEMO05_INDEX_BCK_05_VDORA_CUT02_HIT=0x19,
DEMO05_INDEX_BCK_05_VDORA_CUT02_WAIT=0x1A,
DEMO05_INDEX_BCK_05_BA_CUT8_WAIT=0x1B,
DEMO05_INDEX_BCK_05_KO2_CUT4_KYORO=0x1C,
DEMO05_INDEX_BCK_05_KO_CUT5_BYE_HEAD=0x1D,
DEMO05_INDEX_BCK_05_KO_CUT5_BYEBYE=0x1E,
DEMO05_INDEX_BCK_05_OB_CUT4_BYEBYE=0x1F,
DEMO05_INDEX_BCK_05_P1B_CUT01_BACKS=0x20,
DEMO05_INDEX_BCK_05_P1B_CUT01_WAIT=0x21,
DEMO05_INDEX_BCK_05_P1B_CUT02_HIT=0x22,
DEMO05_INDEX_BCK_05_P1B_CUT02_WAIT=0x23,
DEMO05_INDEX_BCK_05_YM01_CUT4_BYEBYE=0x24,
DEMO05_INDEX_BCK_05_YM02_CUT4_BYEBYE=0x25,
DEMO05_INDEX_BCK_05_YW_CUT4_BYEBYE=0x26,
DEMO05_INDEX_BCK_05_ZL_CUT13LOOPA=0x27,
DEMO05_INDEX_BCK_05_ZL_CUT13LOOPB=0x28,
DEMO05_INDEX_BCK_05_ZL_CUT13NOBI=0x29,
DEMO05_INDEX_BCK_05_ZL_CUT4WAIT=0x2A,
DEMO05_INDEX_BCK_05_ZL_CUT6=0x2B,
DEMO05_INDEX_BCK_05_ZL_CUT7=0x2C,
DEMO05_INDEX_BCK_ZK_WAIT01=0x2D,
DEMO05_INDEX_BCK_KJ_TORI=0x2E,
DEMO05_INDEX_BCK_TORIKJ=0x2F,
/* STB */
DEMO05_INDEX_STB_DEPARTURE=0x32,
/* BDL */
DEMO05_INDEX_BDL_KO1_COMP=0x35,
DEMO05_INDEX_BDL_KO2_COMP=0x36,
DEMO05_INDEX_BDL_YW_COMP=0x37,
DEMO05_INDEX_BDL_ASODA=0x38,
/* BDLM */
DEMO05_INDEX_BDL_OB_COMP=0x3B,
};
#endif /* RES_DEMO05_H */