mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-17 06:47:50 -04:00
19 lines
311 B
C
19 lines
311 B
C
#ifndef RES_AYUSH_H
|
|
#define RES_AYUSH_H
|
|
|
|
#include "global.h"
|
|
|
|
enum AYUSH_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
AYUSH_BDL_AYUSH=0x5,
|
|
|
|
/* BTK */
|
|
AYUSH_BTK_AYUSH=0x8,
|
|
|
|
/* TEX */
|
|
AYUSH_BTI_B_GSHIP_HATA=0xB,
|
|
AYUSH_BTI_B_GSHIP_HO=0xC,
|
|
};
|
|
|
|
#endif /* RES_AYUSH_H */
|