mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
30 lines
571 B
C
30 lines
571 B
C
#ifndef RES_IKORI_H
|
|
#define RES_IKORI_H
|
|
|
|
//
|
|
// Generated by res_arc.py from archive: Ikori.arc
|
|
// Do not manually modify this file or your changes will be overwritten.
|
|
//
|
|
|
|
enum dRes_INDEX_IKORI {
|
|
/* BDL */
|
|
dRes_INDEX_IKORI_BDL_VICE_e=0x4,
|
|
/* DZB */
|
|
dRes_INDEX_IKORI_DZB_VICE_e=0x7,
|
|
};
|
|
|
|
enum dRes_ID_IKORI {
|
|
/* BDL */
|
|
dRes_ID_IKORI_BDL_VICE_e=0x4,
|
|
/* DZB */
|
|
dRes_ID_IKORI_DZB_VICE_e=0x7,
|
|
};
|
|
|
|
enum VICE_JNT {
|
|
VICE_JNT_ROOT_VICE_e=0x0,
|
|
VICE_JNT_VICE_0_OUTSIDE_e=0x1,
|
|
VICE_JNT_VICE_1_INSIDE_e=0x2,
|
|
};
|
|
|
|
#endif /* RES_IKORI_H */
|