finish mevent_server.s

This commit is contained in:
PikalaxALT
2019-04-02 10:54:51 -04:00
committed by huderlem
parent a455d98385
commit dabd1f6177
10 changed files with 266 additions and 455 deletions

7
src/mevent_server_ish.c Normal file
View File

@@ -0,0 +1,7 @@
#include "global.h"
#include "alloc.h"
#include "mevent.h"
#include "mevent_server.h"
#include "mevent_server_helpers.h"
EWRAM_DATA struct mevent_srv_ish * s_mevent_srv_ish_ptr = NULL;