pokeplatinum/include/main_menu/distribution_cartridge.h
2025-08-04 23:47:20 +02: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