Files
tww/include/d/res/res_timer.h
T
2024-04-23 14:08:28 -04:00

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 */