pokeplatinum/include/unk_0207A2A8.h
Eduardo Quezada e7d42fb976
Heap ID breadcrums: Revengeance (#463)
* Heap_AllocFromHeapAtEnd Heap ID breadcrums

* Consistent heapID capitalization

* More Heap IDs

* A little bit more Heap IDs

* More and more Heap IDs

* Stopping for today

* MOAR

* more and more

* Back from the Heap ID mines

* A couple more
2025-04-20 12:50:46 -07:00

17 lines
637 B
C

#ifndef POKEPLATINUM_UNK_0207A2A8_H
#define POKEPLATINUM_UNK_0207A2A8_H
#include "struct_decls/struct_02098700_decl.h"
#include "struct_defs/struct_0202610C.h"
#include "party.h"
#include "pokemon.h"
HeightWeightData *sub_0207A2A8(int heapID);
void sub_0207A2C0(HeightWeightData *param0);
BOOL sub_0207A2D0(const BattleRegulation *param0, Pokemon *param1, const HeightWeightData *param2);
int sub_0207A3AC(const BattleRegulation *param0, Party *param1, const HeightWeightData *param2, u8 *param3);
int sub_0207A594(const BattleRegulation *param0, Party *param1, const HeightWeightData *param2);
#endif // POKEPLATINUM_UNK_0207A2A8_H