diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-12-09 13:44:41 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-12-09 13:44:41 +0530 |
commit | 8712757d2454a8ee15680a658ea7df8621954bef (patch) | |
tree | 5f0ebfdccc0e22c0e52f8d223ec4889c7597569f /src/scrcmd.c | |
parent | f8838491f6c46df771c5414f8b6da781294300b7 (diff) | |
parent | 0b91d2948a431a5d44166544897a550061c01a31 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 310387337..f486b93a6 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -2238,8 +2238,8 @@ bool8 ScrCmd_warpD1(struct ScriptContext *ctx) u16 y = VarGet(ScriptReadHalfword(ctx)); Overworld_SetWarpDestination(mapGroup, mapNum, warpId, x, y); - sub_808D074(GetPlayerFacingDirection()); - sub_80B0244(); + sub_808D074(GetPlayerFacingDirection()); + sub_80B0244(); ResetInitialPlayerAvatarState(); return TRUE; } @@ -2292,7 +2292,7 @@ bool8 ScrCmd_warpE0(struct ScriptContext *ctx) u16 y = VarGet(ScriptReadHalfword(ctx)); Overworld_SetWarpDestination(mapGroup, mapNum, warpId, x, y); - sub_80AF79C(); + sub_80AF79C(); ResetInitialPlayerAvatarState(); return TRUE; } |