pokeplatinum/include/height_weight_data.h
scbroede f37259bb74
document battle regulations (#833)
Co-authored-by: Nathan <nate0001@gmail.com>
2025-12-10 21:58:50 -08:00

12 lines
319 B
C

#ifndef POKEPLATINUM_HEIGHT_WEIGHT_DATA_H
#define POKEPLATINUM_HEIGHT_WEIGHT_DATA_H
#include "constants/heap.h"
#include "pokedex_heightweight.h"
HeightWeightData *HeightWeightData_Load(enum HeapID heapID);
void HeightWeightData_Free(HeightWeightData *heightWeightData);
#endif // POKEPLATINUM_HEIGHT_WEIGHT_DATA_H