GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
splash_screen.h
Go to the documentation of this file.
1
7#ifndef SPLASH_SCREEN_H
8#define SPLASH_SCREEN_H
9
10#include <tonc.h>
11
18#define SPLASH_FPS 60
19#define SPLASH_DURATION_SECONDS 10
20#define SPLASH_DURATION_FRAMES (SPLASH_FPS * SPLASH_DURATION_SECONDS)
26void splash_screen_on_init(void);
27
32
36void splash_screen_on_exit(void);
37
38#endif // SPLASH_SCREEN_H
void splash_screen_on_exit(void)
Exit the splash screen.
void splash_screen_on_update(void)
Update splash screen timers and print the remaining time accordingly.
void splash_screen_on_init(void)
Initialize the splash screen by printing the splash screen text.