mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 12:45:25 -05:00
19 lines
542 B
C
19 lines
542 B
C
#ifndef POKEPLATINUM_OV5_021D0D80_H
|
|
#define POKEPLATINUM_OV5_021D0D80_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "bg_window.h"
|
|
#include "overlay_manager.h"
|
|
|
|
extern const OverlayManagerTemplate gFieldMapTemplate;
|
|
|
|
void ov5_021D12D0(FieldSystem *fieldSystem, u32 param1);
|
|
void ov5_021D1434(BgConfig *param0);
|
|
void ov5_021D143C(BgConfig *param0);
|
|
void ov5_021D16F4(FieldSystem *fieldSystem, BOOL param1);
|
|
void ov5_021D1718(FieldSystem *fieldSystem, BOOL param1);
|
|
void ov5_021D1744(const u8 param0);
|
|
|
|
#endif // POKEPLATINUM_OV5_021D0D80_H
|