mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-16 22:40:12 -04:00
17 lines
283 B
C
17 lines
283 B
C
#ifndef RES_HOMEN_H
|
|
#define RES_HOMEN_H
|
|
|
|
#include "global.h"
|
|
|
|
enum HOMEN_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HOMEN_BDL_HOMEN1=0x4,
|
|
HOMEN_BDL_HOMEN2=0x5,
|
|
|
|
/* DZB */
|
|
HOMEN_DZB_HOMEN1=0x8,
|
|
HOMEN_DZB_HOMEN2=0x9,
|
|
};
|
|
|
|
#endif /* RES_HOMEN_H */
|