GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
timer.h
Go to the documentation of this file.
1
7#ifndef TIMER_H
8#define TIMER_H
9
10#define TM_ZERO 0
11
12#define TM_REWARDS_ELLIPSIS_PRINT_START 2
13#define TM_REWARDS_ELLIPSIS_PRINT_END 16
14#define TM_REWARD_DISPLAY_INTERVAL 15
15#define TM_REWARD_INCREMENT_INTERVAL 20
16
17#define TM_DISPLAY_REWARDS_CONT_WAIT (TM_REWARDS_ELLIPSIS_PRINT_END + TM_REWARD_DISPLAY_INTERVAL)
18#define TM_HAND_REWARD_INCR_WAIT (TM_DISPLAY_REWARDS_CONT_WAIT + TM_REWARD_DISPLAY_INTERVAL)
19
20#define MENU_POP_OUT_ANIM_FRAMES 20
21
22#endif // TIMER_H