summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-01-26 17:51:56 -0500
committerGitHub <noreply@github.com>2022-01-26 17:51:56 -0500
commit2efbd5f549bd03cfdaea2c84d48d5fb706034464 (patch)
tree2454365b3478382c4246dc850f700f661377ed46 /include/global.h
parent4188dd405c07943da9fb6d5c048d5845a94e0669 (diff)
parent3d0326106ed683911da66eee1bf94becadc7a2db (diff)
Merge pull request #1608 from GriffinRichards/fix-fieldmap
Fix some incorrect fieldmap names
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 51ecbcbce..0122ecd5c 100644
--- a/include/global.h
+++ b/include/global.h
@@ -1022,7 +1022,7 @@ struct MapPosition
{
s16 x;
s16 y;
- s8 height;
+ s8 elevation;
};
#endif // GUARD_GLOBAL_H