diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-01 03:41:55 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-01 17:22:45 -0500 |
commit | dd01942c4f41d65fb861a42097108e5f5d9b93e9 (patch) | |
tree | 731039cb819d01ec241c093939632a671d1d2f34 /src/scrcmd.c | |
parent | 6eaac9ea9d221e37d801064c73ce61dc3467b643 (diff) |
Document aqua/magma hideout scripts
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index ef18fcaf0..610547dd8 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -2280,7 +2280,7 @@ bool8 ScrCmd_buffertrainername(struct ScriptContext *ctx) return FALSE; } -void sub_809BE48(u16 npcId) +void SetMovingNpcId(u16 npcId) { sMovingNpcId = npcId; } |