Label movement action arrays, z coord -> elevation

This commit is contained in:
GriffinR
2022-10-05 17:16:40 -04:00
parent b41b3614ad
commit 57e82c9264
16 changed files with 260 additions and 268 deletions
+1 -1
View File
@@ -814,7 +814,7 @@ struct MapPosition
{
s16 x;
s16 y;
s8 height;
s8 elevation;
};
extern struct SaveBlock1* gSaveBlock1Ptr;