pokeplatinum/include/boot.h
2025-02-07 20:59:36 -08:00

8 lines
175 B
C

#ifndef POKEPLATINUM_BOOT_H
#define POKEPLATINUM_BOOT_H
void CheckForMemoryTampering(void);
void RebootAndLoadROM(const char *filesystemPath);
#endif // POKEPLATINUM_BOOT_H