mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-06 05:35:23 -05:00
14 lines
215 B
C
14 lines
215 B
C
#ifndef GUARD_RESET_SAVE_HEAP_H
|
|
#define GUARD_RESET_SAVE_HEAP_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
|
|
void sub_8079B7C(void);
|
|
|
|
#endif //GUARD_RESET_SAVE_HEAP_H
|
|
|