diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 02:01:36 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 02:01:36 -0600 |
commit | d373f41c2cbd2dc71ca2287b179c7c8777b9eb02 (patch) | |
tree | 9f39e33187265d606236e2d7a7cb2ddb2009b575 /src/field/wild_encounter.c | |
parent | 20c5936f0c9fd15d34fce0409e8835282ea2fcaf (diff) |
rename rng.c to random.c
Diffstat (limited to 'src/field/wild_encounter.c')
-rw-r--r-- | src/field/wild_encounter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/wild_encounter.c b/src/field/wild_encounter.c index 390898917..df0b12207 100644 --- a/src/field/wild_encounter.c +++ b/src/field/wild_encounter.c @@ -8,7 +8,7 @@ #include "map_constants.h" #include "metatile_behavior.h" #include "pokeblock.h" -#include "rng.h" +#include "random.h" #include "roamer.h" #include "overworld.h" #include "safari_zone.h" |