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

21 lines
348 B
C

#ifndef RES_PFALL_H
#define RES_PFALL_H
#include "global.h"
enum PFALL_RES_FILE_ID { // IDs and indexes are synced
/* BCKS */
PFALL_BCK_HIKU=0x5,
PFALL_BCK_NZ_WAIT=0x6,
/* BDL */
PFALL_BDL_AOTSI=0x9,
PFALL_BDL_NZ=0xA,
PFALL_BDL_PSUZU=0xB,
/* DZB */
PFALL_DZB_AOTOSI=0xE,
};
#endif /* RES_PFALL_H */