Poke_Transporter_GB/include/background_engine.h
2024-06-07 13:55:01 -04:00

9 lines
182 B
C

#ifndef BACKGROUND_ENGINE_H
#define BACKGROUND_ENGINE_H
void background_frame();
void set_textbox_large();
void set_textbox_small();
void show_textbox();
void hide_textbox();
#endif