mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-05 17:43:23 -04:00
28 lines
517 B
C
28 lines
517 B
C
#ifndef RES_KEY_01_H
|
|
#define RES_KEY_01_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: key_01.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_KEY_01 {
|
|
/* BDLM */
|
|
dRes_INDEX_KEY_01_BDL_VKEYB_e=0x4,
|
|
/* BTK */
|
|
dRes_INDEX_KEY_01_BTK_VKEYB_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_KEY_01 {
|
|
/* BDLM */
|
|
dRes_ID_KEY_01_BDL_VKEYB_e=0x4,
|
|
/* BTK */
|
|
dRes_ID_KEY_01_BTK_VKEYB_e=0x7,
|
|
};
|
|
|
|
enum VKEYB_JNT {
|
|
VKEYB_JNT_BOSS_KEY_e=0x0,
|
|
};
|
|
|
|
#endif /* RES_KEY_01_H */
|