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

Round end game state functions. More...

Go to the source code of this file.

Functions

void game_round_end_change_background (void)
 Change to the round end background.
 
void game_round_end_on_init (void)
 Round end state initialization.
 
void game_round_end_on_update (void)
 Round end state update.
 
void game_round_end_on_exit (void)
 Round end cleanup.
 

Detailed Description

Round end game state functions.

Definition in file round_end.h.

Function Documentation

◆ game_round_end_change_background()

void game_round_end_change_background ( void  )

Change to the round end background.

Definition at line 440 of file round_end.c.

◆ game_round_end_on_exit()

void game_round_end_on_exit ( void  )

Round end cleanup.

Definition at line 461 of file round_end.c.

◆ game_round_end_on_init()

void game_round_end_on_init ( void  )

Round end state initialization.

Definition at line 449 of file round_end.c.

◆ game_round_end_on_update()

void game_round_end_on_update ( void  )

Round end state update.

Definition at line 456 of file round_end.c.