diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-16 01:08:55 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-16 01:08:55 +0100 |
commit | 44abbae60b6a39e2a1432426005e1860be196abb (patch) | |
tree | f2405db72863761afcdcda57a88cf6ab0346e4fd /src/roamer.c | |
parent | 039c9f4bd8ee6bfb299d4422372804c569eddebd (diff) | |
parent | 224fdbf026cfb0ff88aac519875a39fb038e4bb1 (diff) |
nerge with master, fix conflicts
Diffstat (limited to 'src/roamer.c')
-rw-r--r-- | src/roamer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roamer.c b/src/roamer.c index cbe1b6312..fbd25bfad 100644 --- a/src/roamer.c +++ b/src/roamer.c @@ -1,8 +1,8 @@ #include "global.h" #include "roamer.h" #include "pokemon.h" -#include "rng.h" -#include "species.h" +#include "random.h" +#include "constants/species.h" #include "event_data.h" enum |