mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
32 lines
659 B
C
32 lines
659 B
C
#ifndef RES_HTOGE1_H
|
|
#define RES_HTOGE1_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Htoge1.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_HTOGE1 {
|
|
/* BDL */
|
|
dRes_INDEX_HTOGE1_BDL_HTOGE1_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_HTOGE1_DZB_HTOGE1A_e=0x7,
|
|
dRes_INDEX_HTOGE1_DZB_HTOGE1B_e=0x8,
|
|
};
|
|
|
|
enum dRes_ID_HTOGE1 {
|
|
/* BDL */
|
|
dRes_ID_HTOGE1_BDL_HTOGE1_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_HTOGE1_DZB_HTOGE1A_e=0x7,
|
|
dRes_ID_HTOGE1_DZB_HTOGE1B_e=0x8,
|
|
};
|
|
|
|
enum HTOGE1_JNT {
|
|
HTOGE1_JNT_HTOGE1_00_e=0x0,
|
|
HTOGE1_JNT_MONO_e=0x1,
|
|
HTOGE1_JNT_TOGE_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_HTOGE1_H */
|