mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
* Standarized OverlayManager names * Most "overlay" to "application" * Other renames * Last rename * undo ov97_0222D30C.c changes
13 lines
387 B
C
13 lines
387 B
C
#ifndef POKEPLATINUM_OV85_02241440_H
|
|
#define POKEPLATINUM_OV85_02241440_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
int ov85_02241440(ApplicationManager *appMan, int *param1);
|
|
int ov85_0224154C(ApplicationManager *appMan, int *param1);
|
|
int ov85_022415A0(ApplicationManager *appMan, int *param1);
|
|
u32 ov85_02241EB0(u32 param0);
|
|
u32 ov85_02241EB4(u32 param0);
|
|
|
|
#endif // POKEPLATINUM_OV85_02241440_H
|