mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-21 17:07:22 -05:00
13 lines
330 B
C
13 lines
330 B
C
#ifndef GUARD_FIELD_MESSAGE_BOX_H
|
|
#define GUARD_FIELD_MESSAGE_BOX_H
|
|
|
|
#include "global.h"
|
|
|
|
bool8 ShowFieldMessage(const u8 *message);
|
|
bool8 sub_8098238(const u8 *message);
|
|
bool8 ShowFieldAutoScrollMessage(const u8 *message);
|
|
void HideFieldMessageBox(void);
|
|
bool8 IsFieldMessageBoxHidden(void);
|
|
|
|
#endif // GUARD_FIELD_MESSAGE_BOX_H
|