remove #include functions.h from code_1a1f0_len_5390.c

This commit is contained in:
Rain 2020-12-04 14:01:29 -06:00
parent b2b7bac422
commit 281f46d202

View File

@ -1,5 +1,4 @@
#include "common.h" #include "common.h"
#include "functions.h"
s32 get_defeated(s32 mapID, s32 encounterID) { s32 get_defeated(s32 mapID, s32 encounterID) {
EncounterStatus* currentEncounter = &gCurrentEncounter; EncounterStatus* currentEncounter = &gCurrentEncounter;