diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-05 12:27:33 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-05 12:27:33 -0600 |
commit | 00896cb3b5813cb843e5e1abd4cbc9ff0ad3a632 (patch) | |
tree | f4158fb4252bb1216e1de45f285cf2c1fdadb377 /src/field_map_obj.c | |
parent | fd75493bc6f4a3c91158d8158edbb4cf964d08bc (diff) |
rename rng.c to random.c and rom4.c to overworld.c
Diffstat (limited to 'src/field_map_obj.c')
-rwxr-xr-x | src/field_map_obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_map_obj.c b/src/field_map_obj.c index 97df5682b..6a99890a4 100755 --- a/src/field_map_obj.c +++ b/src/field_map_obj.c @@ -4,7 +4,7 @@ #include "malloc.h" #include "sprite.h" #include "overworld.h" -#include "rng.h" +#include "random.h" #include "event_scripts.h" #include "berry.h" #include "palette.h" |