summaryrefslogtreecommitdiff
path: root/src/save_failed_screen.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-16 01:30:03 -0400
committerGitHub <noreply@github.com>2021-04-16 01:30:03 -0400
commitc1da6b29bc853df1a42f08adb9b141de747dae55 (patch)
tree4a29484dd11d60bb13edc449adaa2e409f444af4 /src/save_failed_screen.c
parent70d0b81fe08e4b3baa5c3c7f8e81909c74477eb7 (diff)
parentf94540c2b875cff0085149b95728d2f0a0c610eb (diff)
Merge pull request #1405 from GriffinRichards/constants-display
Add more usage of DISPLAY constants, misc REG constants
Diffstat (limited to 'src/save_failed_screen.c')
-rw-r--r--src/save_failed_screen.c2
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,