mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-15 08:41:01 -05:00
12 lines
216 B
C
12 lines
216 B
C
#include "global.h"
|
|
#include "time_events.h"
|
|
#include "event_data.h"
|
|
#include "field_weather.h"
|
|
#include "pokemon.h"
|
|
#include "random.h"
|
|
#include "overworld.h"
|
|
#include "rtc.h"
|
|
#include "script.h"
|
|
#include "task.h"
|
|
|