mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 09:47:24 -04:00
18 lines
270 B
C
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 */
|