diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-18 01:49:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 01:49:09 -0400 |
commit | 342ebbf406ca9623bc53ac00317835237099ce35 (patch) | |
tree | 9f9373c29dc27b5bb59ab90525820e5fcf81dc3e /src/wallclock.c | |
parent | 52495e889fcc5a0045a77234ab28e06fd957f542 (diff) | |
parent | c1da6b29bc853df1a42f08adb9b141de747dae55 (diff) |
Merge branch 'master' into doc-pokemonstorage
Diffstat (limited to 'src/wallclock.c')
-rw-r--r-- | src/wallclock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallclock.c b/src/wallclock.c index 4d1c1fd8f..70888ac5f 100644 --- a/src/wallclock.c +++ b/src/wallclock.c @@ -147,7 +147,7 @@ static const struct SpritePalette sSpritePalettes_Clock[] = static const struct OamData sOam_ClockHand = { - .y = 160, + .y = DISPLAY_HEIGHT, .shape = SPRITE_SHAPE(64x64), .size = SPRITE_SIZE(64x64), .priority = 1, @@ -199,7 +199,7 @@ static const struct SpriteTemplate sSpriteTemplate_HourHand = static const struct OamData sOam_PeriodIndicator = { - .y = 160, + .y = DISPLAY_HEIGHT, .shape = SPRITE_SHAPE(16x16), .size = SPRITE_SIZE(16x16), .priority = 3, |