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

18 lines
276 B
C

#ifndef RES_WBIRD_H
#define RES_WBIRD_H
#include "global.h"
enum WBIRD_RES_FILE_ID { // IDs and indexes are synced
/* BAS */
WBIRD_BAS_KA_WAIT1=0x5,
/* BCK */
WBIRD_BCK_KA_WAIT1=0x8,
/* BMD */
WBIRD_BMD_KA=0xB,
};
#endif /* RES_WBIRD_H */