mirror of https://github.com/zeldaret/tp.git
12 lines
293 B
C
12 lines
293 B
C
#ifndef D_COM_D_COM_STATIC_H
|
|
#define D_COM_D_COM_STATIC_H
|
|
|
|
#include "rel/d/a/d_a_suspend/d_a_suspend.h"
|
|
|
|
int daNpcKakashi_getSwdTutorialStep();
|
|
bool daNpcKakashi_getSwdTutorialResult();
|
|
int daNpcKakashi_getSuccessCount();
|
|
int daNpcMsg_setEvtNum(u8 iEvtNum);
|
|
|
|
#endif /* D_COM_D_COM_STATIC_H */
|