mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-05 19:27:23 -04:00
19 lines
302 B
C
19 lines
302 B
C
#ifndef RES_KLFT_H
|
|
#define RES_KLFT_H
|
|
|
|
#include "global.h"
|
|
|
|
enum KLFT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDLM */
|
|
KLFT_BDL_LIFT_00=0x5,
|
|
KLFT_BDL_VPBOT_00=0x6,
|
|
|
|
/* DZB */
|
|
KLFT_DZB_LIFT_00=0x9,
|
|
|
|
/* TEX */
|
|
KLFT_BTI_K_ROPE_01=0xC,
|
|
};
|
|
|
|
#endif /* RES_KLFT_H */
|