summaryrefslogtreecommitdiff
path: root/src/credits.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-09 08:40:14 -0400
committerGitHub <noreply@github.com>2019-10-09 08:40:14 -0400
commit77a6ee507fdeef8d6a3b8146c70df107e124b0b5 (patch)
treed628693647f730f285f68fcd39b03e781a1a37ab /src/credits.c
parent2a7205dec677c98d087cb8ba191370de464c8bf0 (diff)
parent40a810679f0fce5c092f9f619025b04dbbf8a214 (diff)
Merge pull request #96 from SatoMew/master
Replace labels for used and unused Saffron City maps
Diffstat (limited to 'src/credits.c')
-rw-r--r--src/credits.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/credits.c b/src/credits.c
index f47cc79c4..270a4d045 100644
--- a/src/credits.c
+++ b/src/credits.c
@@ -130,7 +130,7 @@ enum CreditsMap
CREDITS_MAP_VERMILION_CITY,
CREDITS_MAP_ROUTE10,
CREDITS_MAP_CELADON_CITY,
- CREDITS_MAP_SAFFRON_CITY_DUPLICATE,
+ CREDITS_MAP_SAFFRON_CITY,
CREDITS_MAP_ROUTE17,
CREDITS_MAP_FUCHSIA_CITY,
CREDITS_MAP_CINNABAR_ISLAND,
@@ -412,7 +412,7 @@ static const struct CreditsScrcmd sCreditsScript[] = {
CREDITS_PRINT(BRAILLE_CODE_CHECK, 221),
CREDITS_PRINT(INFORMATION_SUPERVISORS, 221),
CREDITS_PRINT(DUMMY, 51),
- CREDITS_MAPNEXT(SAFFRON_CITY_DUPLICATE, 16),
+ CREDITS_MAPNEXT(SAFFRON_CITY, 16),
CREDITS_PRINT(COORDINATORS, 211),
CREDITS_PRINT(TASK_MANAGERS, 210),
CREDITS_PRINT(PRODUCERS, 210),
@@ -619,7 +619,7 @@ static const struct CreditsOverworldCmd sOverworldCmd_CeladonCity[] = {
};
static const struct CreditsOverworldCmd sOverworldCmd_SaffronCity[] = {
- { 0x00fe, MAP_GROUP(SAFFRON_CITY_DUPLICATE), MAP_NUM(SAFFRON_CITY_DUPLICATE) },
+ { 0x00fe, MAP_GROUP(SAFFRON_CITY), MAP_NUM(SAFFRON_CITY) },
{ 0x0027, 0x0005, 0x0001 },
{ 0x0000, 0x0001, 0x0500 }, // Scroll down
{ 0x00fd, 0x00fd, 0x00fd }