mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
21 lines
361 B
C
21 lines
361 B
C
#ifndef RES_YSWDR00_H
|
|
#define RES_YSWDR00_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum YSWDR00_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
YSWDR00_BDL_YSWDR00=0x6,
|
|
|
|
/* BRK */
|
|
YSWDR00_BRK_YSWDR00=0x9,
|
|
|
|
/* BTK */
|
|
YSWDR00_BTK_YSWDR00=0xC,
|
|
|
|
/* DZB */
|
|
YSWDR00_DZB_FWALL=0xF,
|
|
};
|
|
|
|
#endif /* RES_YSWDR00_H */
|