pokeemerald/include/agb_flash.h

15 lines
315 B
C
Raw Normal View History

2017-11-13 01:01:27 -05: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 02:44:02 -05:00
u16 IdentifyFlash(void);
2019-03-02 03:18:08 -05:00
u32 ProgramFlashSectorAndVerify(u16 sectorNum, u8 *src);
2017-11-13 01:01:27 -05:00
#endif //GUARD_AGB_FLASH_H