Merge pull request #551 from Phlosioneer/multiplayer-stuff

Document overworld.c and link stuff in general
This commit is contained in:
huderlem
2019-03-01 08:43:55 -06:00
committed by GitHub
42 changed files with 774 additions and 655 deletions
+5 -5
View File
@@ -906,13 +906,13 @@ struct MapPosition
s8 height;
};
struct UnkStruct_8054FF8
struct TradeRoomPlayer
{
u8 a;
u8 b;
u8 playerId;
u8 isLocalPlayer;
u8 c;
u8 d;
struct MapPosition sub;
u8 facing;
struct MapPosition pos;
u16 field_C;
};