pokeemerald/include/agb_flash.h

15 lines
315 B
C
Raw Normal View History

2017-11-13 07:01:27 +01:00
#ifndef GUARD_AGB_FLASH_H
#define GUARD_AGB_FLASH_H
// Exported type declarations
// Exported RAM declarations
// Exported ROM declarations
u16 SetFlashTimerIntr(u8 timerNum, void (**intrFunc)(void));
2019-03-02 08:44:02 +01:00
u16 IdentifyFlash(void);
2019-03-02 09:18:08 +01:00
u32 ProgramFlashSectorAndVerify(u16 sectorNum, u8 *src);
2017-11-13 07:01:27 +01:00
#endif //GUARD_AGB_FLASH_H