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/save_failed_screen.c | |
parent | 52495e889fcc5a0045a77234ab28e06fd957f542 (diff) | |
parent | c1da6b29bc853df1a42f08adb9b141de747dae55 (diff) |
Merge branch 'master' into doc-pokemonstorage
Diffstat (limited to 'src/save_failed_screen.c')
-rw-r--r-- | src/save_failed_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save_failed_screen.c b/src/save_failed_screen.c index 529bb75e7..8f727310c 100644 --- a/src/save_failed_screen.c +++ b/src/save_failed_screen.c @@ -47,7 +47,7 @@ static EWRAM_DATA u8 sUnused2[4] = {0}; static const struct OamData sClockOamData = { - .y = 160, + .y = DISPLAY_HEIGHT, .affineMode = ST_OAM_AFFINE_OFF, .objMode = ST_OAM_OBJ_NORMAL, .mosaic = 0, |