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

Setup Run menu state functions. More...

Go to the source code of this file.

Functions

void game_run_setup_change_background (void)
 Change to the Run Setup menu background.
 
void game_run_setup_on_init (void)
 Run Setup menu state initialization.
 
void game_run_setup_on_update (void)
 Run Setup menu state update.
 
void game_run_setup_on_exit (void)
 Run Setup menu cleanup.
 

Detailed Description

Setup Run menu state functions.

Definition in file run_setup.h.

Function Documentation

◆ game_run_setup_change_background()

void game_run_setup_change_background ( void  )

Change to the Run Setup menu background.

Definition at line 568 of file run_setup.c.

◆ game_run_setup_on_exit()

void game_run_setup_on_exit ( void  )

Run Setup menu cleanup.

Definition at line 628 of file run_setup.c.

◆ game_run_setup_on_init()

void game_run_setup_on_init ( void  )

Run Setup menu state initialization.

Definition at line 576 of file run_setup.c.

◆ game_run_setup_on_update()

void game_run_setup_on_update ( void  )

Run Setup menu state update.

Definition at line 623 of file run_setup.c.