Merge branch 'master' into doc-overworld

This commit is contained in:
GriffinR
2020-07-28 17:46:17 -04:00
committed by GitHub
31 changed files with 119 additions and 134 deletions

View File

@@ -788,8 +788,8 @@ bool8 ScrCmd_warphole(struct ScriptContext *ctx)
{
u8 mapGroup = ScriptReadByte(ctx);
u8 mapNum = ScriptReadByte(ctx);
u16 x;
u16 y;
s16 x;
s16 y;
PlayerGetDestCoords(&x, &y);
if (mapGroup == 0xFF && mapNum == 0xFF)