mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -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
49 lines
1.3 KiB
C
49 lines
1.3 KiB
C
#ifndef POKEPLATINUM_STRUCT_OV19_021DBA9C_H
|
|
#define POKEPLATINUM_STRUCT_OV19_021DBA9C_H
|
|
|
|
#include "message.h"
|
|
#include "struct_decls/struct_0200C440_decl.h"
|
|
#include "struct_decls/struct_02018340_decl.h"
|
|
#include "struct_defs/struct_0201AE08.h"
|
|
#include "struct_decls/sys_task.h"
|
|
#include "struct_decls/struct_020218BC_decl.h"
|
|
#include "struct_decls/struct_02022550_decl.h"
|
|
#include "strbuf.h"
|
|
#include "struct_defs/struct_0205AA50.h"
|
|
#include "overlay019/struct_ov19_021D4DF0.h"
|
|
#include "overlay019/struct_ov19_021D61B0_decl.h"
|
|
|
|
#include <nnsys.h>
|
|
|
|
typedef struct {
|
|
UnkStruct_ov19_021D61B0 * unk_00;
|
|
BGL * unk_04;
|
|
UnkStruct_020218BC * unk_08;
|
|
const UnkStruct_ov19_021D4DF0 * unk_0C;
|
|
Window * unk_10;
|
|
void * unk_14;
|
|
NNSG2dCharacterData * unk_18;
|
|
void * unk_1C;
|
|
NNSG2dCellDataBank * unk_20;
|
|
u8 padding_24[8];
|
|
void * unk_2C;
|
|
NNSG2dScreenData * unk_30;
|
|
void * unk_34;
|
|
NNSG2dScreenData * unk_38;
|
|
UnkStruct_0201AE08 unk_3C;
|
|
UnkStruct_0200C440 * unk_44;
|
|
UnkStruct_02022550 * unk_48[18];
|
|
UnkStruct_02022550 * unk_90;
|
|
u32 unk_94[18];
|
|
SysTask * unk_DC;
|
|
s32 unk_E0;
|
|
u16 unk_E4[8][48];
|
|
u8 unk_3E4[18][1024];
|
|
u8 unk_4BE4[18];
|
|
u8 padding_4BF6[2];
|
|
MessageLoader * unk_4BF8;
|
|
Strbuf* unk_4BFC;
|
|
} UnkStruct_ov19_021DBA9C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV19_021DBA9C_H
|