Poke_Transporter_GB/include/background_engine.h
The Gears of Progress add977cf02 Prep for bug testing
2024-07-03 17:44:33 -04:00

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