make it compie hopefully

This commit is contained in:
DizzyEggg
2018-12-24 22:19:40 +01:00
parent e230afd543
commit 49517aca9e
4 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
#include "global.h"
#include "rom6.h"
#include "event_data.h"
#include "rtc.h"
#include "time_events.h"
#include "field_specials.h"
#include "lottery_corner.h"
#include "dewford_trend.h"
#include "tv.h"

View File

@@ -3817,7 +3817,7 @@ void sub_813B9A0(void)
}
}
bool32 sub_813B9C0(void)
bool8 sub_813B9C0(void)
{
static const u16 gUnknown_085B3444[] = {
MAP_OLDALE_TOWN_POKEMON_CENTER_1F,

View File

@@ -5,7 +5,9 @@
#include "global.h"
#include "main.h"
#include "overworld.h"
#include "rom6.h"
#include "fldeff.h"
#include "field_specials.h"
#include "pokeblock.h"
#include "event_data.h"
#include "script.h"
#include "random.h"