mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
12 lines
405 B
C
12 lines
405 B
C
#ifndef POKEPLATINUM_OV5_021D5BC0_H
|
|
#define POKEPLATINUM_OV5_021D5BC0_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
void FieldSystem_InitBottomScreen(FieldSystem *fieldSystem);
|
|
BOOL FieldSystem_IsBottomScreenRunningDummy(FieldSystem *fieldSystem);
|
|
void FieldSystem_EndBottomScreen(FieldSystem *fieldSystem);
|
|
BOOL FieldSystem_IsBottomScreenDone(FieldSystem *fieldSystem);
|
|
|
|
#endif // POKEPLATINUM_OV5_021D5BC0_H
|