mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
9 lines
291 B
C
9 lines
291 B
C
#ifndef BACKGROUND_ENGINE_H
|
|
#define BACKGROUND_ENGINE_H
|
|
|
|
void background_frame(int global_frame_count);
|
|
void create_textbox(int startTileX, int startTileY, int text_space_width, int text_space_height, bool eraseMainBox);
|
|
void reset_textbox();
|
|
void show_textbox();
|
|
void hide_textbox();
|
|
#endif |