mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-02 08:22:22 -04:00
13 lines
224 B
C
13 lines
224 B
C
#ifndef RES_TIMER_H
|
|
#define RES_TIMER_H
|
|
|
|
enum TIMER_RES_FILE_ID { // IDs and indexes are synced
|
|
/* SCRN */
|
|
TIMER_BLO_SHIP_RACE0=0x4,
|
|
|
|
/* TIMG */
|
|
TIMER_BTI_RUPY_NUM_DOT_2=0x7,
|
|
};
|
|
|
|
#endif /* RES_TIMER_H */
|