diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-28 17:46:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 17:46:17 -0400 |
commit | e06de33cbdab8ca853bcdd1b4c8909a61aabfcef (patch) | |
tree | d8fc5465a98e738792297ab08ba7216b18696fec /src/berry.c | |
parent | 4a42e2a710ee550c88a56e48f436b88279337eea (diff) | |
parent | 96b904bf808805daa3de09080e10cc92e24c1f8e (diff) |
Merge branch 'master' into doc-overworld
Diffstat (limited to 'src/berry.c')
-rw-r--r-- | src/berry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry.c b/src/berry.c index 98264f37b..d70e8c353 100644 --- a/src/berry.c +++ b/src/berry.c @@ -1331,7 +1331,7 @@ void ResetBerryTreeSparkleFlags(void) s16 bottom; int i; - GetCameraCoords(&cam_left, &cam_top); + GetCameraCoords((u16*)&cam_left, (u16*)&cam_top); left = cam_left; top = cam_top + 3; right = cam_left + 14; |