blob: 6bfb10f77cf66760b8ca9a85c04c54a727403784 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include "global.h"
extern void Poketch_InitApp(void *func1, void *func2);
extern void MOD45_02254854();
extern void MOD45_02254A30();
THUMB_FUNC static void MOD45_02254840(void)
{
Poketch_InitApp(MOD45_02254854, MOD45_02254A30);
}
#define NitroStaticInit MOD45_02254840
#include "sinit.h"
|