mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-23 08:02:53 -05:00
9 lines
123 B
C
9 lines
123 B
C
#ifndef GUARD_CRT0_H
|
|
#define GUARD_CRT0_H
|
|
|
|
extern u32 IntrMain[];
|
|
|
|
extern void ReInitializeEWRAM();
|
|
|
|
#endif //GUARD_CRT0_H
|