GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
game_over.h File Reference

Game Over screen state functions. More...

Go to the source code of this file.

Functions

void game_lose_on_init (void)
 Game Over screen state initialization when losing.
 
void game_win_on_init (void)
 Game Over screen state initialization when winning.
 
void game_over_on_update (void)
 Game Over screen state update.
 
void game_over_on_exit (void)
 Game Over screen cleanup, common to both losing and winning.
 

Detailed Description

Game Over screen state functions.

Definition in file game_over.h.

Function Documentation

◆ game_lose_on_init()

void game_lose_on_init ( void  )

Game Over screen state initialization when losing.

Definition at line 191 of file game_over.c.

◆ game_over_on_exit()

void game_over_on_exit ( void  )

Game Over screen cleanup, common to both losing and winning.

Definition at line 298 of file game_over.c.

◆ game_over_on_update()

void game_over_on_update ( void  )

Game Over screen state update.

Definition at line 209 of file game_over.c.

◆ game_win_on_init()

void game_win_on_init ( void  )

Game Over screen state initialization when winning.

Definition at line 183 of file game_over.c.