mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-21 15:56:50 -04:00
18 lines
276 B
C
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 */
|