Merge branch 'master' into doc-ttower

This commit is contained in:
GriffinR
2020-02-15 20:44:57 -05:00
committed by GitHub
327 changed files with 14966 additions and 18895 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ void MapGridSetMetatileEntryAt(s32 x, s32 y, u16 metatile)
}
}
void sub_8059024(s32 x, s32 y, bool32 arg2)
void MapGridSetMetatileImpassabilityAt(s32 x, s32 y, bool32 arg2)
{
if (x >= 0 && x < VMap.Xsize
&& y >= 0 && y < VMap.Ysize)