mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-22 08:15:43 -04:00
20 lines
339 B
C
20 lines
339 B
C
#ifndef RES_GHRWP_H
|
|
#define RES_GHRWP_H
|
|
|
|
#include "global.h"
|
|
|
|
enum GHRWP_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
GHRWP_BDL_GHRWPA00=0x5,
|
|
GHRWP_BDL_GHRWPB00=0x6,
|
|
|
|
/* BRK */
|
|
GHRWP_BRK_GHRWPB00=0x9,
|
|
|
|
/* BTK */
|
|
GHRWP_BTK_GHRWPA00=0xC,
|
|
GHRWP_BTK_GHRWPB00=0xD,
|
|
};
|
|
|
|
#endif /* RES_GHRWP_H */
|