Files
tww/include/d/res/res_trap.h
T
2024-04-23 15:02:25 -04:00

18 lines
270 B
C

#ifndef RES_TRAP_H
#define RES_TRAP_H
#include "global.h"
enum TRAP_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
TRAP_BDL_HTORA1=0x5,
/* BTK */
TRAP_BTK_HTORA1=0x8,
/* DZB */
TRAP_DZB_HTORA1=0xB,
};
#endif /* RES_TRAP_H */