mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
Functions: - ov16_0223E05C -> BattleSystem_MessageLoader - ov16_02259B38 -> BattleSystem_PokemonIsOT - ov16_022499C0 -> BattleScript_CalcEffortValues - ov16_0223EDF0 -> BattleSystem_TextSpeed - ov16_0223FB24 -> BattleMessage_Print - sub_0201D724 -> Message_Printing - ov16_02265D14 -> BattleIO_UpdateExpGauge - sub_02076B14 -> Pokemon_ShouldLevelUp - ov16_02265FF8 -> BattleIO_PlayStatusEffect - ov16_0226614C -> BattleIO_PlayLevelUpAnimation - ov16_02251C94 -> BattleSystem_ReloadPokemon - ov16_0224B520 -> BattleScript_LoadPartyLevelUpIcon - ov16_0223DF00 -> BattleSystem_BGL - ov16_0223DF04 -> BattleSystem_Window - ov16_0223E064 -> BattleSystem_PaletteSys - sub_02019060 -> BGL_SetPriority - ov16_0223F8DC -> BattleSystem_SetGaugePriority - sub_0200DA60 -> Window_SetFrame - sub_0200DAA0 -> Window_FramePalette - sub_02003050 -> PaletteSys_LoadPalette - sub_0201A7E8 -> BGL_AddWindow - sub_0201ADA4 -> BGL_FillWindow - sub_0200DC48 -> Window_Show - ov16_0223FB78 -> BattleMessage_PrintToWindow - sub_0201AE78 -> BGL_WindowColor - sub_02005748 -> Sound_PlayEffect - sub_0200DC9C -> Window_Clear - sub_0201A8FC -> BGL_DeleteWindow - ov16_0224B7CC -> BattleScript_FreePartyLevelUpIcon - sub_0207727C -> Pokemon_LevelUpMove - ov16_022664C4 -> BattleIO_ForgetMove - sub_0200DA58 -> SysTask_Done Structs: - UnkStruct_02002F38 -> PaletteSys - UnkStruct_02018340 -> BGL - UnkStruct_0205AA50 -> Window - UnkStruct_ov16_02248E74 -> PokemonStats
43 lines
2.1 KiB
C
43 lines
2.1 KiB
C
#ifndef POKEPLATINUM_OV25_02253CE0_H
|
|
#define POKEPLATINUM_OV25_02253CE0_H
|
|
|
|
#include "struct_decls/struct_02018340_decl.h"
|
|
#include "struct_decls/struct_0203CDB0_decl.h"
|
|
#include "struct_decls/struct_02056B24_decl.h"
|
|
#include "struct_decls/struct_021C0794_decl.h"
|
|
#include "overlay025/struct_ov25_02253CE0_decl.h"
|
|
#include "overlay025/funcptr_ov25_02254238.h"
|
|
#include "overlay025/funcptr_ov25_02254238_1.h"
|
|
#include "overlay025/struct_ov25_0225424C_decl.h"
|
|
#include "overlay025/funcptr_ov25_02254274.h"
|
|
#include "overlay025/struct_ov25_02254560_decl.h"
|
|
#include "overlay025/struct_ov25_02255B34_decl.h"
|
|
|
|
#include <nnsys.h>
|
|
|
|
void ov25_02253CE8(UnkStruct_0203CDB0 * param0, UnkStruct_ov25_02253CE0 ** param1, SaveData * param2, BGL * param3, NNSG2dOamManagerInstance * param4);
|
|
void ov25_02253D5C(UnkStruct_ov25_02253CE0 * param0);
|
|
BOOL ov25_02253D70(UnkStruct_ov25_02253CE0 * param0);
|
|
void ov25_02253D7C(UnkStruct_ov25_02253CE0 * param0, int param1, u32 param2);
|
|
BOOL ov25_02253DD4(UnkStruct_ov25_02253CE0 * param0);
|
|
int ov25_02253DD8(UnkStruct_ov25_02253CE0 * param0);
|
|
void ov25_02254238(UnkFuncPtr_ov25_02254238 param0, UnkFuncPtr_ov25_02254238_1 param1);
|
|
void ov25_0225424C(UnkStruct_ov25_0225424C * param0);
|
|
void ov25_02254260(UnkStruct_ov25_0225424C * param0);
|
|
void ov25_02254274(UnkFuncPtr_ov25_02254274 param0, void * param1);
|
|
UnkStruct_ov25_02254560 * ov25_02254418(void);
|
|
void ov25_02254424(u32 param0);
|
|
void ov25_02254444(u32 param0, u32 param1);
|
|
BOOL ov25_0225446C(u32 * param0, u32 * param1);
|
|
BOOL ov25_022544BC(u32 * param0, u32 * param1);
|
|
BOOL ov25_0225450C(const UnkStruct_ov25_0225424C * param0);
|
|
void ov25_02254518(const UnkStruct_ov25_0225424C * param0, UnkStruct_ov25_02255B34 * param1);
|
|
BOOL ov25_02254534(const UnkStruct_ov25_0225424C * param0);
|
|
BOOL ov25_02254538(const UnkStruct_ov25_0225424C * param0);
|
|
UnkStruct_0203CDB0 * ov25_0225453C(const UnkStruct_ov25_0225424C * param0);
|
|
UnkStruct_02056B24 * ov25_02254540(const UnkStruct_ov25_0225424C * param0);
|
|
SaveData * ov25_02254544(const UnkStruct_ov25_0225424C * param0);
|
|
int ov25_02254548(const UnkStruct_ov25_0225424C * param0);
|
|
|
|
#endif // POKEPLATINUM_OV25_02253CE0_H
|