mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-06 19:41:31 -04:00
18 lines
277 B
C
18 lines
277 B
C
#ifndef RES_HFBOT_H
|
|
#define RES_HFBOT_H
|
|
|
|
#include "global.h"
|
|
|
|
enum HFBOT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
HFBOT_BDL_HFBOT1=0x5,
|
|
|
|
/* BRK */
|
|
HFBOT_BRK_HFBOT1=0x8,
|
|
|
|
/* DZB */
|
|
HFBOT_DZB_HFBOT1=0xB,
|
|
};
|
|
|
|
#endif /* RES_HFBOT_H */
|