mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-26 22:50:22 +00:00
13 lines
373 B
C
13 lines
373 B
C
#ifndef POKEHEARTGOLD_BERRY_POTS_APP_H
|
|
#define POKEHEARTGOLD_BERRY_POTS_APP_H
|
|
|
|
#include "overlay_manager.h"
|
|
|
|
void ov17_02201BC0(void);
|
|
BOOL BerryPotsApp_Initialize(OVY_MANAGER *manager, int *state);
|
|
BOOL BerryPotsApp_Run(OVY_MANAGER *manager, int *state);
|
|
BOOL BerryPotsApp_Exit(OVY_MANAGER *manager, int *state);
|
|
u8 BerryPots_DeadstrippedFunction(int a1, int a2);
|
|
|
|
#endif
|