mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-05 12:53:36 -04:00
18 lines
266 B
C
18 lines
266 B
C
#ifndef RES_WZB_H
|
|
#define RES_WZB_H
|
|
|
|
#include "global.h"
|
|
|
|
enum WZB_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
WZB_BCK_YSUMN00=0x5,
|
|
|
|
/* BDLI */
|
|
WZB_BDL_YSUMN00=0x8,
|
|
|
|
/* BTK */
|
|
WZB_BTK_YSUMN00=0xB,
|
|
};
|
|
|
|
#endif /* RES_WZB_H */
|