mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
26 lines
593 B
C
26 lines
593 B
C
#ifndef RES_DEMO_KMM_H
|
|
#define RES_DEMO_KMM_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Demo_Kmm.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_DEMO_KMM {
|
|
/* BMD */
|
|
dRes_INDEX_DEMO_KMM_BMD_KA_e=0x4,
|
|
/* BCKS */
|
|
dRes_INDEX_DEMO_KMM_BCK_04_KA_CUT06_KEIKOKU_e=0x7,
|
|
dRes_INDEX_DEMO_KMM_BCK_KA_WAIT1_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_DEMO_KMM {
|
|
/* BMD */
|
|
dRes_ID_DEMO_KMM_BMD_KA_e=0x0,
|
|
/* BCKS */
|
|
dRes_ID_DEMO_KMM_BCK_04_KA_CUT06_KEIKOKU_e=0x1,
|
|
dRes_ID_DEMO_KMM_BCK_KA_WAIT1_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_DEMO_KMM_H */
|