mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
27 lines
527 B
C
27 lines
527 B
C
#ifndef RES_VPBOT_00_H
|
|
#define RES_VPBOT_00_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Vpbot_00.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_VPBOT_00 {
|
|
/* BDL */
|
|
dRes_INDEX_VPBOT_00_BDL_VPBOT_00_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_VPBOT_00 {
|
|
/* BDL */
|
|
dRes_ID_VPBOT_00_BDL_VPBOT_00_e=0x3,
|
|
};
|
|
|
|
enum VPBOT_00_JNT {
|
|
VPBOT_00_JNT_VPBOT_00_e=0x0,
|
|
VPBOT_00_JNT_A00_e=0x1,
|
|
VPBOT_00_JNT_DAI_e=0x2,
|
|
VPBOT_00_JNT_KAITEN_e=0x3,
|
|
};
|
|
|
|
#endif /* RES_VPBOT_00_H */
|