diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-10 00:50:46 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-10 00:50:46 -0500 |
commit | 3fd878483f38145cb4311d377f99545f25af52a8 (patch) | |
tree | dc3c048165478b004cec736eb3a1ba91984ae4d5 /include/overworld.h | |
parent | 6f1d2b870c1426e7f405f3b3bc4ff2b9edb380e1 (diff) |
Start renaming symbols
I finally figured out what the code is trying to do. I have a foothold;
the rest should follow.
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/overworld.h b/include/overworld.h index 79cbf1da3..1a8702d71 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -25,7 +25,7 @@ extern u16 *gBGTilemapBuffers3; extern u16 gUnknown_03005DA8; extern void (*gFieldCallback)(void); extern bool8 (*gFieldCallback2)(void); -extern u8 gUnknown_03005DB4; +extern u8 gLinkGuestPlayerId; extern u8 gFieldLinkPlayerCount; // Exported ROM declarations |