mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-05 12:53:36 -04:00
21 lines
342 B
C
21 lines
342 B
C
#ifndef RES_YSBWP00_H
|
|
#define RES_YSBWP00_H
|
|
|
|
#include "global.h"
|
|
|
|
enum YSBWP00_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
YSBWP00_BCK_YSBWP00=0x6,
|
|
|
|
/* BDLM */
|
|
YSBWP00_BDL_YSBWP00=0x9,
|
|
|
|
/* BRK */
|
|
YSBWP00_BRK_YSBWP00=0xC,
|
|
|
|
/* BTK */
|
|
YSBWP00_BTK_YSBWP00=0xF,
|
|
};
|
|
|
|
#endif /* RES_YSBWP00_H */
|