mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
99 lines
5.9 KiB
C
99 lines
5.9 KiB
C
#ifndef POKEPLATINUM_POKEDEX_MAIN_H
|
|
#define POKEPLATINUM_POKEDEX_MAIN_H
|
|
|
|
#include <nnsys.h>
|
|
|
|
#include "applications/pokedex/pokedex_app.h"
|
|
#include "applications/pokedex/pokedex_graphics.h"
|
|
#include "applications/pokedex/pokedex_sort_data.h"
|
|
#include "applications/pokedex/pokedex_text_manager.h"
|
|
#include "applications/pokedex/pokedex_updater.h"
|
|
#include "applications/pokedex/struct_ov21_021D423C_decl.h"
|
|
#include "applications/pokedex/struct_ov21_021E68F4.h"
|
|
|
|
#include "bg_window.h"
|
|
#include "heap.h"
|
|
#include "overlay_manager.h"
|
|
#include "pokedex.h"
|
|
#include "pokedex_memory.h"
|
|
#include "sprite.h"
|
|
#include "string_gf.h"
|
|
#include "touch_screen.h"
|
|
#include "trainer_info.h"
|
|
|
|
typedef struct PokedexLoadingScreen {
|
|
BgConfig *bgConfig;
|
|
NNSG2dScreenData *screenData;
|
|
int layer;
|
|
int topStart;
|
|
int bottomStart;
|
|
int topDist;
|
|
int bottomDist;
|
|
int counter;
|
|
int duration;
|
|
} PokedexLoadingScreen;
|
|
|
|
typedef struct {
|
|
const Pokedex *pokedex;
|
|
const TrainerInfo *trainerInfo;
|
|
int timeOfDay;
|
|
BOOL fullmoonIslandVisible;
|
|
BOOL newmoonIslandVisible;
|
|
BOOL springPathVisible;
|
|
BOOL seabreakPathVisible;
|
|
PokedexMemory *pokedexMemory;
|
|
} PokedexOverlayArgs;
|
|
|
|
int PokedexMain_Init(ApplicationManager *appMan, int *state);
|
|
int PokedexMain_Main(ApplicationManager *appMan, int *state);
|
|
int PokedexMain_Exit(ApplicationManager *appMan, int *state);
|
|
PokedexApp *PokedexMain_NewPokedexApp(enum HeapID heapID, const PokedexOverlayArgs *pokedexOverlayArgs);
|
|
BOOL ov21_021D10B8(PokedexApp *pokedexApp);
|
|
void PokedexMain_InitGX(enum HeapID heapID);
|
|
void PokedexMain_FreeGraphics(void);
|
|
void ov21_021D12D8(PokedexApp *pokedexApp);
|
|
PokedexUpdater *ov21_021D12EC(PokedexApp *pokedexApp);
|
|
PokedexUpdater *ov21_021D1300(PokedexApp *pokedexApp);
|
|
PokedexUpdater *ov21_021D1314(PokedexApp *pokedexApp);
|
|
PokedexUpdater *ov21_021D1328(PokedexApp *pokedexApp);
|
|
UnkStruct_ov21_021D423C *ov21_021D133C(PokedexApp *pokedexApp);
|
|
UnkStruct_ov21_021D423C *ov21_021D1350(PokedexApp *pokedexApp);
|
|
UnkStruct_ov21_021D423C *ov21_021D1364(PokedexApp *pokedexApp);
|
|
UnkStruct_ov21_021D423C *ov21_021D1378(PokedexApp *pokedexApp);
|
|
int *ov21_021D138C(PokedexApp *pokedexApp);
|
|
int *ov21_021D13A0(PokedexApp *pokedexApp);
|
|
int *ov21_021D13B4(PokedexApp *pokedexApp);
|
|
int *ov21_021D13C8(PokedexApp *pokedexApp);
|
|
BOOL *ov21_021D13DC(PokedexApp *pokedexApp);
|
|
PokedexSortData *PokedexMain_GetSortData(PokedexApp *pokedexApp);
|
|
PokedexGraphicData *PokedexMain_GetGraphicData(PokedexApp *pokedexApp);
|
|
PokedexScreenManager *ov21_021D1410(PokedexApp *pokedexApp, int param1);
|
|
PokedexScreenManager *ov21_021D1430(PokedexApp *pokedexApp, int param1);
|
|
void ov21_021D144C(Sprite *param0, int param1);
|
|
void PokedexMain_SetButtonY(Sprite *param0, PokedexTextData *textData, int setY);
|
|
void ov21_021D1524(Sprite *param0, PokedexTextData *textData, int param2, int param3, int param4);
|
|
void PokedexMain_SetHitTableRect(TouchScreenHitTable *hitTable, int top, int bottom, int left, int right);
|
|
void PokedexMain_SetLoadingScreenParams(PokedexLoadingScreen *pokedexLoadingScreen, BgConfig *bgConfig, int layer, NNSG2dScreenData *screenData, int topStart, int topEnd, int bottomStart, int bottomEnd, int duration);
|
|
BOOL PokedexMain_LoadingScreenMove(PokedexLoadingScreen *pokedexLoadingScreen);
|
|
void PokedexMain_DisplayNameNumberText(Window *window, int dexNumber, int species, enum HeapID heapID);
|
|
Window *PokedexMain_DisplayNameNumber(PokedexGraphicData *pokedexgraphicData, const PokedexSortData *pokedexSortData, enum HeapID heapID, int species);
|
|
Window *PokedexMain_DisplayNameNumberNational(PokedexTextManager *textMan, enum HeapID heapID, int species);
|
|
Window *PokedexMain_DisplayNameNumberLocal(PokedexTextManager *textMan, enum HeapID heapID, int species);
|
|
void PokedexMain_EntryNameNumber(PokedexGraphicData *param0, const PokedexSortData *pokedexSortData, enum HeapID heapID, int statusIndex, fx32 x, fx32 y);
|
|
void ov21_021D1848(PokedexGraphicData *pokedexGraphicData, int param1, int param2);
|
|
void ov21_021D1858(PokedexSpeciesLabel *param0, int param1, int param2);
|
|
void PokedexMain_DisplayPokemonSprite(PokedexGraphicData *pokedexGraphicData, PokedexSortData *pokedexSortData, int species, int face, int x, int y);
|
|
u32 PokedexMain_DisplaySpeciesSprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int species, int face, int x, int y, int formIndex, int spriteIndex);
|
|
u32 PokedexMain_DisplayUnownSprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int face, int x, int y, int formIndex, int spriteIndex);
|
|
u32 PokedexMain_DisplayShellosSprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int face, int x, int y, int formIndex, int spriteIndex);
|
|
u32 PokedexMain_DisplayGastrodonSprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int face, int x, int y, int formIndex, int spriteIndex);
|
|
u32 PokedexMain_DisplayBurmySprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int face, int x, int y, int formIndex, int spriteIndex);
|
|
u32 PokedexMain_DisplayWormadamSprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int face, int x, int y, int formIndex, int spriteIndex);
|
|
u32 PokedexMain_DisplayDeoxysSprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int face, int x, int y, int formIndex, int spriteIndex);
|
|
u32 PokedexMain_DisplayShayminSprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int face, int x, int y, int formIndex, int spriteIndex);
|
|
u32 PokedexMain_DisplayGiratinaSprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int face, int x, int y, int formIndex, int spriteIndex);
|
|
u32 PokedexMain_DisplayRotomSprite(PokedexGraphicData *pokedexGraphicData, const PokedexSortData *pokedexSortData, int face, int x, int y, int formIndex, int spriteIndex);
|
|
String *PokedexMain_GetMessage(int entryID, enum HeapID heapID);
|
|
|
|
#endif // POKEPLATINUM_POKEDEX_MAIN_H
|