mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -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
|