mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-29 16:44:40 -04:00
21 lines
348 B
C
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 */
|