summaryrefslogtreecommitdiff
path: root/arm9/src/script.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-18 11:48:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-18 11:48:26 -0400
commit160f8fbbe40852c47601a72157d6e3ae3effe0e3 (patch)
treeac02350229cd215f696465ed31b99017d5b94b9e /arm9/src/script.c
parentc5631c5cd7f72ec5b99fea4ccdeee9a23c7c3920 (diff)
More splitting
Diffstat (limited to 'arm9/src/script.c')
-rw-r--r--arm9/src/script.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arm9/src/script.c b/arm9/src/script.c
index cb218b1a..8a36f924 100644
--- a/arm9/src/script.c
+++ b/arm9/src/script.c
@@ -47,8 +47,6 @@ THUMB_FUNC void FUN_02038B6C(struct ScriptContext *ctx, int r1)
ctx->unk74 = r1;
}
-extern void ErrorHandling(void);
-
THUMB_FUNC u8 RunScriptCommand(struct ScriptContext *ctx)
{
if (ctx->mode == 0)