mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-04-23 09:27:33 -05:00
9 lines
204 B
C
9 lines
204 B
C
#ifndef BACKGROUND_ENGINE_H
|
|
#define BACKGROUND_ENGINE_H
|
|
|
|
void background_frame(int global_frame_count);
|
|
void set_textbox_large();
|
|
void set_textbox_small();
|
|
void show_textbox();
|
|
void hide_textbox();
|
|
#endif |