#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 */