summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-05 12:27:33 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-05 12:27:33 -0600
commit00896cb3b5813cb843e5e1abd4cbc9ff0ad3a632 (patch)
treef4158fb4252bb1216e1de45f285cf2c1fdadb377 /src/battle_script_commands.c
parentfd75493bc6f4a3c91158d8158edbb4cf964d08bc (diff)
rename rng.c to random.c and rom4.c to overworld.c
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index ae4703512..a9578395d 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -12,7 +12,7 @@
#include "util.h"
#include "pokemon.h"
#include "calculate_base_damage.h"
-#include "rng.h"
+#include "random.h"
#include "battle_controllers.h"
#include "battle_interface.h"
#include "species.h"