Document rfu_union_tool

This commit is contained in:
PikalaxALT
2020-02-03 11:02:02 -05:00
parent 2b5b956936
commit aed9c28dc3
10 changed files with 139 additions and 131 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)