blob: 9db2e32786de166f91c5b9b3a67e270d308f34b8 (
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 MOD36_02254854();
extern void MOD36_02254990();
THUMB_FUNC static void MOD36_02254840(void)
{
Poketch_InitApp(MOD36_02254854, MOD36_02254990);
}
#define NitroStaticInit MOD36_02254840
#include "sinit.h"
|