mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
26 lines
472 B
C
26 lines
472 B
C
#ifndef RES_HPBOT1_H
|
|
#define RES_HPBOT1_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Hpbot1.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_HPBOT1 {
|
|
/* BDL */
|
|
dRes_INDEX_HPBOT1_BDL_HPBOT1_e=0x3,
|
|
};
|
|
|
|
enum dRes_ID_HPBOT1 {
|
|
/* BDL */
|
|
dRes_ID_HPBOT1_BDL_HPBOT1_e=0x3,
|
|
};
|
|
|
|
enum HPBOT1_JNT {
|
|
HPBOT1_JNT_HPBOT1_00_e=0x0,
|
|
HPBOT1_JNT_DAI_e=0x1,
|
|
HPBOT1_JNT_KAITEN_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_HPBOT1_H */
|