mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-24 00:51:29 -04:00
21 lines
313 B
C
21 lines
313 B
C
#ifndef RES_GMTW_H
|
|
#define RES_GMTW_H
|
|
|
|
#include "global.h"
|
|
|
|
enum GMTW_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BCK */
|
|
GMTW_BCK_GMTW00=0x6,
|
|
|
|
/* BDLM */
|
|
GMTW_BDL_GMTW00=0x9,
|
|
|
|
/* BTK */
|
|
GMTW_BTK_GMTW00=0xC,
|
|
|
|
/* DZB */
|
|
GMTW_DZB_GUMI0=0xF,
|
|
};
|
|
|
|
#endif /* RES_GMTW_H */
|