summaryrefslogtreecommitdiff
path: root/src/contest_painting.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-25 20:12:52 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-25 20:12:52 -0400
commitf85513f76999c79c6355711fcefaf058d02c7c46 (patch)
treead60d6edad654974f1ef82538da0a402abd69903 /src/contest_painting.c
parent637774362fdbedd8a54b651e6196a1e1a4f4c093 (diff)
parent06b6cada0ddedc62063171703ba6607019751a9a (diff)
Merge branch 'master' of https://github.com/pret/pokeruby into sound_check_menu
Diffstat (limited to 'src/contest_painting.c')
-rw-r--r--src/contest_painting.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/contest_painting.c b/src/contest_painting.c
index eddcc87c1..d75947e05 100644
--- a/src/contest_painting.c
+++ b/src/contest_painting.c
@@ -263,15 +263,23 @@ static void ContestPaintingPrintCaption(u8 contestType, u8 arg1)
{
ptr = StringCopy(ptr, gUnknown_083F60AC[type]);
ptr = StringCopy(ptr, gContestText_ContestWinner);
+#if ENGLISH
ptr = StringCopy(ptr, gUnknown_03005E8C->trainer_name);
+#elif GERMAN
+ ptr = StringCopy10(ptr, gUnknown_03005E8C->pokemon_name);
+#endif
- // {ENG}
+ // {LATIN}
ptr[0] = 0xFC;
ptr[1] = 0x16;
ptr += 2;
ptr = StringCopy(ptr, gOtherText_Unknown1);
+#if ENGLISH
ptr = StringCopy10(ptr, gUnknown_03005E8C->pokemon_name);
+#elif GERMAN
+ ptr = StringCopy(ptr, gUnknown_03005E8C->trainer_name);
+#endif
xPos = 6;
yPos = 14;