mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-07 11:57:35 -04:00
17 lines
283 B
C
17 lines
283 B
C
#ifndef RES_HHBOT_H
|
|
#define RES_HHBOT_H
|
|
|
|
#include "global.h"
|
|
|
|
enum HHBOT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
HHBOT_BDL_HHBOT1=0x4,
|
|
HHBOT_BDL_HHBOT2=0x5,
|
|
|
|
/* DZB */
|
|
HHBOT_DZB_HHBOT1=0x8,
|
|
HHBOT_DZB_HHBOT2=0x9,
|
|
};
|
|
|
|
#endif /* RES_HHBOT_H */
|