diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-26 17:51:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 17:51:56 -0500 |
commit | 2efbd5f549bd03cfdaea2c84d48d5fb706034464 (patch) | |
tree | 2454365b3478382c4246dc850f700f661377ed46 /include/global.h | |
parent | 4188dd405c07943da9fb6d5c048d5845a94e0669 (diff) | |
parent | 3d0326106ed683911da66eee1bf94becadc7a2db (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.h | 2 |
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 |