mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -05:00
15 lines
454 B
C
15 lines
454 B
C
#ifndef POKEHEARTGOLD_TEXT_0205B4EC_H
|
|
#define POKEHEARTGOLD_TEXT_0205B4EC_H
|
|
|
|
#include "options.h"
|
|
#include "pm_string.h"
|
|
#include "window.h"
|
|
|
|
void sub_0205B514(BGCONFIG *bgConfig, WINDOW *window, int a2);
|
|
void sub_0205B564(WINDOW *window, OPTIONS *options);
|
|
u8 sub_0205B5B4(WINDOW *window, STRING *string, OPTIONS *options, BOOL speedupFlag);
|
|
BOOL IsPrintFinished(u8 printerId);
|
|
void sub_0205B5A8(WINDOW *window);
|
|
|
|
#endif //POKEHEARTGOLD_TEXT_0205B4EC_H
|