diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-13 12:55:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 12:55:06 -0500 |
commit | 32fbf67d479c15351c718851412d84b4925acfdf (patch) | |
tree | e15fd2a025a49d29d9ff770ccbb8639aa3ffcc2c /include/overworld.h | |
parent | b24559d69b6fa0abf042a1b7cdbcab3d1ec91fd6 (diff) | |
parent | 0c1d33da4f6db7b90913586a39ed60ea2b13f39e (diff) |
Merge branch 'master' into shop
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/overworld.h b/include/overworld.h index f6856ab0c..3dce20ab2 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -25,6 +25,9 @@ extern u16 *gBGTilemapBuffers3; extern void (*gFieldCallback)(void); +extern u8 gUnknown_03005DB4; +extern u8 gFieldLinkPlayerCount; + // Exported ROM declarations extern const struct UCoords32 gDirectionToVectors[]; |