summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-09-09 17:45:29 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-09-09 17:45:29 -0400
commit56578b2197b1db1e215bf6ef466a765bf41830b1 (patch)
tree2f0abeecd14ae6b1b3708b87c83012884105ace5 /src/scrcmd.c
parent4481e60e09ecc135b260b5f98154bb30f08f241a (diff)
FldEff_JumpTallGrass; gUnknown_0202FF84 -> gFieldEffectSpawnParams
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 66578f350..752aafe35 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -1724,7 +1724,7 @@ bool8 ScrCmd_doanimation(struct ScriptContext *ctx)
bool8 ScrCmd_setanimation(struct ScriptContext *ctx)
{
u8 v2 = ScriptReadByte(ctx);
- gUnknown_0202FF84[v2] = (s16)VarGet(ScriptReadHalfword(ctx));
+ gFieldEffectSpawnParams[v2] = (s16)VarGet(ScriptReadHalfword(ctx));
return FALSE;
}