Done documenting link code in overworld.c

This commit is contained in:
Phlosioneer
2019-02-10 03:54:50 -05:00
parent 3fd878483f
commit f2f1b1978b
18 changed files with 380 additions and 346 deletions
+4 -4
View File
@@ -907,13 +907,13 @@ struct MapPosition
s8 height;
};
struct TradeRoomTrainer
struct TradeRoomPlayer
{
u8 a;
u8 b;
u8 playerId;
u8 isSelf;
u8 c;
u8 facing;
struct MapPosition sub;
struct MapPosition pos;
u16 field_C;
};