diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-15 20:44:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-15 20:44:57 -0500 |
commit | a4cd331634d1fcc5f7cb217c51c328c5769a9616 (patch) | |
tree | 7b610171c3d893d1cace513cf61e0b74014dbad2 /src/fieldmap.c | |
parent | 34deceb13695e7b13a27ecb94666fc95d2ced550 (diff) | |
parent | fee980decd6dfd5dc98c15ba13c9ea8f7b597934 (diff) |
Merge branch 'master' into doc-ttower
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r-- | src/fieldmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c index db3a18e04..90682da10 100644 --- a/src/fieldmap.c +++ b/src/fieldmap.c @@ -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) |