mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
30 lines
541 B
C
30 lines
541 B
C
#ifndef RES_HPU2_H
|
|
#define RES_HPU2_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Hpu2.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_HPU2 {
|
|
/* BDL */
|
|
dRes_INDEX_HPU2_BDL_HPU2_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_HPU2_DZB_HPU2_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_HPU2 {
|
|
/* BDL */
|
|
dRes_ID_HPU2_BDL_HPU2_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_HPU2_DZB_HPU2_e=0x7,
|
|
};
|
|
|
|
enum HPU2_JNT {
|
|
HPU2_JNT_HPI2_00_e=0x0,
|
|
HPU2_JNT_DAI_e=0x1,
|
|
HPU2_JNT_KAITEN_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_HPU2_H */
|