summaryrefslogtreecommitdiff
path: root/src/title_screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/title_screen.c')
-rw-r--r--src/title_screen.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/title_screen.c b/src/title_screen.c
index 664e07978..1ed87ff03 100644
--- a/src/title_screen.c
+++ b/src/title_screen.c
@@ -30,8 +30,12 @@
#define VERSION_BANNER_BYTES 0x2000
#define VERSION_BANNER_LEFT_X 108
#define VERSION_BANNER_RIGHT_X 172
-#define VERSION_BANNER_Y 44
+#ifdef SAPPHIRE
+#define VERSION_BANNER_Y_GOAL 83
+#else
#define VERSION_BANNER_Y_GOAL 84
+#endif
+#define VERSION_BANNER_Y (VERSION_BANNER_Y_GOAL - 40)
#define START_BANNER_X DISPLAY_WIDTH / 2 - 2
#endif
@@ -331,7 +335,9 @@ static const struct CompressedSpriteSheet sPokemonLogoShineSpriteSheet[] =
#define LEGENDARY_MARKING_COLOR(c) RGB(0, 0, (c))
#endif
-#ifdef SAPPHIRE
+#if defined(GERMAN) && defined(SAPPHIRE)
+#define PLTT_BUFFER_INDEX 9
+#elif defined(SAPPHIRE)
#define PLTT_BUFFER_INDEX 26
#else
#define PLTT_BUFFER_INDEX 21