pokeplatinum/include/applications/pokedex/infomain_foreign.h
Flash1Lucky 34fd49bfd8
Some checks are pending
build / build (push) Waiting to run
Document Pokedex default main info page (#972)
2026-02-27 08:02:51 -05:00

19 lines
960 B
C

#ifndef POKEPLATINUM_POKEDEX_INFOMAIN_FOREIGN_H
#define POKEPLATINUM_POKEDEX_INFOMAIN_FOREIGN_H
#include "applications/pokedex/infomain.h"
#include "applications/pokedex/pokedex_app.h"
#include "applications/pokedex/struct_ov21_021E68F4.h"
#include "heap.h"
void InfoMainForeign_InitScreen(PokedexScreenManager *screenManager, PokedexApp *pokedexApp, enum HeapID heapID);
void InfoMainForeign_FreeScreen(PokedexScreenManager *screenManager);
void InfoMainForeign_SetDisplayPosition(PokedexScreenManager *screenManager, int posX, int posY);
void InfoMainForeign_SetAnimationMode(PokedexScreenManager *screenManager, enum AnimationMode animationMode);
int InfoMainForeign_GetScreenStateCount(PokedexScreenManager *screenManager);
BOOL InfoMainForeign_SetEntryOffset(PokedexScreenManager *screenManager, int entryOffset);
void InfoMainForeign_SetLanguage(PokedexScreenManager *screenManager, int languageID);
#endif // POKEPLATINUM_POKEDEX_INFOMAIN_FOREIGN_H