summaryrefslogtreecommitdiff
path: root/src/battle_ai_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_ai_script_commands.c
parentfd75493bc6f4a3c91158d8158edbb4cf964d08bc (diff)
rename rng.c to random.c and rom4.c to overworld.c
Diffstat (limited to 'src/battle_ai_script_commands.c')
-rw-r--r--src/battle_ai_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_ai_script_commands.c b/src/battle_ai_script_commands.c
index c2e89f68d..ced8ba45f 100644
--- a/src/battle_ai_script_commands.c
+++ b/src/battle_ai_script_commands.c
@@ -4,7 +4,7 @@
#include "battle.h"
#include "species.h"
#include "abilities.h"
-#include "rng.h"
+#include "random.h"
#include "item.h"
#include "battle_move_effects.h"
#include "moves.h"