mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 06:34:45 -04:00
101 lines
3.4 KiB
C
101 lines
3.4 KiB
C
#ifndef RES_DEMO41_H
|
|
#define RES_DEMO41_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum DEMO41_RES_FILE_ID {
|
|
/* BCKS */
|
|
DEMO41_BCK_11A_BMN_CUT02_LOOKUP_O=0x0,
|
|
DEMO41_BCK_11A_BMN_CUT02_WAIT01_L=0x1,
|
|
DEMO41_BCK_11A_BMN_CUT02_WAIT02_L=0x2,
|
|
DEMO41_BCK_11A_CO_CUT04_WALK=0x3,
|
|
DEMO41_BCK_11A_CO_CUT05_LOOKUP=0x4,
|
|
DEMO41_BCK_11A_CO_CUT05_WAIT=0x5,
|
|
DEMO41_BCK_11A_DR_CUT01_NECKSWING=0x6,
|
|
DEMO41_BCK_11A_DR_CUT01_WAIT=0x7,
|
|
DEMO41_BCK_11A_DR_CUT03_SHOUT=0x8,
|
|
DEMO41_BCK_11A_MD_CUT02_LOOKUP_O=0x9,
|
|
DEMO41_BCK_11A_MD_CUT02_TALK_L=0xA,
|
|
DEMO41_BCK_11A_MD_CUT02_WAIT_L=0xB,
|
|
DEMO41_BCK_11A_ZK_CUT02_LOOKUP=0xF,
|
|
DEMO41_BCK_11A_ZK_CUT02_WAIT01=0x10,
|
|
DEMO41_BCK_11A_ZK_CUT02_WAIT02=0x11,
|
|
DEMO41_BCK_11A_PEARL_CUT04_WALK_L=0x28,
|
|
DEMO41_BCK_11A_PEARL_CUT05_LOOKUP_O=0x29,
|
|
DEMO41_BCK_11A_PEARL_CUT05_WAIT_L=0x2A,
|
|
|
|
/* BTP */
|
|
DEMO41_BTP_11A_BMN_CUT02_LOOKUP_O=0x12,
|
|
DEMO41_BTP_11A_BMN_CUT02_WAIT01_L=0x13,
|
|
DEMO41_BTP_11A_BMN_CUT02_WAIT02_L=0x14,
|
|
DEMO41_BTP_11A_CO_CUT04_WALK=0x15,
|
|
DEMO41_BTP_11A_CO_CUT05_LOOKUP=0x16,
|
|
DEMO41_BTP_11A_CO_CUT05_WAIT=0x17,
|
|
DEMO41_BTP_11A_MD_CUT02_LOOKUP_O=0x18,
|
|
DEMO41_BTP_11A_MD_CUT02_TALK_L=0x19,
|
|
DEMO41_BTP_11A_MD_CUT02_WAIT_L=0x1A,
|
|
DEMO41_BTP_11A_ZK_CUT02_LOOKUP=0x1B,
|
|
DEMO41_BTP_11A_ZK_CUT02_WAIT01=0x1C,
|
|
DEMO41_BTP_11A_ZK_CUT02_WAIT02=0x1D,
|
|
|
|
/* BDLM */
|
|
DEMO41_BDL_CO=0x1E,
|
|
DEMO41_BDL_CO_PEAL=0x1F,
|
|
DEMO41_BDL_ZK=0x20,
|
|
DEMO41_BDL_MD_NOMAL_COMP=0x21,
|
|
DEMO41_BDL_DR_COMP=0x27,
|
|
DEMO41_BDL_BM2_KONOEHEI_COMP=0x2B,
|
|
|
|
/* STB */
|
|
DEMO41_STB_HOWLING=0x25,
|
|
};
|
|
|
|
enum DEMO41_RES_FILE_INDEX {
|
|
/* BCKS */
|
|
DEMO41_INDEX_BCK_11A_BMN_CUT02_LOOKUP_O=0x6,
|
|
DEMO41_INDEX_BCK_11A_BMN_CUT02_WAIT01_L=0x7,
|
|
DEMO41_INDEX_BCK_11A_BMN_CUT02_WAIT02_L=0x8,
|
|
DEMO41_INDEX_BCK_11A_CO_CUT04_WALK=0x9,
|
|
DEMO41_INDEX_BCK_11A_CO_CUT05_LOOKUP=0xA,
|
|
DEMO41_INDEX_BCK_11A_CO_CUT05_WAIT=0xB,
|
|
DEMO41_INDEX_BCK_11A_DR_CUT01_NECKSWING=0xC,
|
|
DEMO41_INDEX_BCK_11A_DR_CUT01_WAIT=0xD,
|
|
DEMO41_INDEX_BCK_11A_DR_CUT03_SHOUT=0xE,
|
|
DEMO41_INDEX_BCK_11A_MD_CUT02_LOOKUP_O=0xF,
|
|
DEMO41_INDEX_BCK_11A_MD_CUT02_TALK_L=0x10,
|
|
DEMO41_INDEX_BCK_11A_MD_CUT02_WAIT_L=0x11,
|
|
DEMO41_INDEX_BCK_11A_ZK_CUT02_LOOKUP=0x12,
|
|
DEMO41_INDEX_BCK_11A_ZK_CUT02_WAIT01=0x13,
|
|
DEMO41_INDEX_BCK_11A_ZK_CUT02_WAIT02=0x14,
|
|
DEMO41_INDEX_BCK_11A_PEARL_CUT04_WALK_L=0x15,
|
|
DEMO41_INDEX_BCK_11A_PEARL_CUT05_LOOKUP_O=0x16,
|
|
DEMO41_INDEX_BCK_11A_PEARL_CUT05_WAIT_L=0x17,
|
|
|
|
/* BTP */
|
|
DEMO41_INDEX_BTP_11A_BMN_CUT02_LOOKUP_O=0x1A,
|
|
DEMO41_INDEX_BTP_11A_BMN_CUT02_WAIT01_L=0x1B,
|
|
DEMO41_INDEX_BTP_11A_BMN_CUT02_WAIT02_L=0x1C,
|
|
DEMO41_INDEX_BTP_11A_CO_CUT04_WALK=0x1D,
|
|
DEMO41_INDEX_BTP_11A_CO_CUT05_LOOKUP=0x1E,
|
|
DEMO41_INDEX_BTP_11A_CO_CUT05_WAIT=0x1F,
|
|
DEMO41_INDEX_BTP_11A_MD_CUT02_LOOKUP_O=0x20,
|
|
DEMO41_INDEX_BTP_11A_MD_CUT02_TALK_L=0x21,
|
|
DEMO41_INDEX_BTP_11A_MD_CUT02_WAIT_L=0x22,
|
|
DEMO41_INDEX_BTP_11A_ZK_CUT02_LOOKUP=0x23,
|
|
DEMO41_INDEX_BTP_11A_ZK_CUT02_WAIT01=0x24,
|
|
DEMO41_INDEX_BTP_11A_ZK_CUT02_WAIT02=0x25,
|
|
|
|
/* BDLM */
|
|
DEMO41_INDEX_BDL_CO=0x28,
|
|
DEMO41_INDEX_BDL_CO_PEAL=0x29,
|
|
DEMO41_INDEX_BDL_ZK=0x2A,
|
|
DEMO41_INDEX_BDL_MD_NOMAL_COMP=0x2B,
|
|
DEMO41_INDEX_BDL_DR_COMP=0x2C,
|
|
DEMO41_INDEX_BDL_BM2_KONOEHEI_COMP=0x2D,
|
|
|
|
/* STB */
|
|
DEMO41_INDEX_STB_HOWLING=0x30,
|
|
};
|
|
|
|
#endif /* RES_DEMO41_H */
|