mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 19:24:15 -05:00
14 lines
297 B
C
14 lines
297 B
C
#include "global.h"
|
|
|
|
extern void Poketch_InitApp(void *func1, void *func2);
|
|
extern void MOD25_02254854();
|
|
extern void MOD25_0225496C();
|
|
|
|
THUMB_FUNC static void MOD25_02254840(void)
|
|
{
|
|
Poketch_InitApp(MOD25_02254854, MOD25_0225496C);
|
|
}
|
|
|
|
#define NitroStaticInit MOD25_02254840
|
|
#include "sinit.h"
|