pokeplatinum/include/main_menu/distribution_cartridge.h
2025-08-23 14:31:51 -07:00

11 lines
330 B
C

#ifndef POKEPLATINUM_DISTRIBUTION_CARTRIDGE_H
#define POKEPLATINUM_DISTRIBUTION_CARTRIDGE_H
#include "constants/heap.h"
void DistributionCartridge_UseHeap(enum HeapID heapID);
int DistributionCartridge_ReadLength(void);
BOOL DistributionCartridge_ReadData(void *dest, int size);
#endif // POKEPLATINUM_DISTRIBUTION_CARTRIDGE_H