summaryrefslogtreecommitdiff
path: root/src/daycare.c
diff options
context:
space:
mode:
authorhuderlem <huderlem@gmail.com>2019-12-15 09:42:13 -0600
committerGitHub <noreply@github.com>2019-12-15 09:42:13 -0600
commitfee36224eda1acc4329646caf0e65a891928afc0 (patch)
treed2f222de1bee8df2adee05b778cc9a34e3567848 /src/daycare.c
parent6967caefb246f9709032049b0ae2baee71f71eb6 (diff)
parenta04347816f71a9a6d92579d0d6b54268c6c8a96d (diff)
Merge pull request #925 from GriffinRichards/doc-matchcall
Document some pokenav match call
Diffstat (limited to 'src/daycare.c')
-rw-r--r--src/daycare.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daycare.c b/src/daycare.c
index 42c69465b..dcbadeba8 100644
--- a/src/daycare.c
+++ b/src/daycare.c
@@ -54,8 +54,8 @@ static const struct WindowTemplate sDaycareLevelMenuWindowTemplate =
// which is copied to VAR_0x8004 and used as an index for GetDaycareCost
static const struct ListMenuItem sLevelMenuItems[] =
{
- {gExpandedPlaceholder_Empty, 0},
- {gExpandedPlaceholder_Empty, 1},
+ {gText_ExpandedPlaceholder_Empty, 0},
+ {gText_ExpandedPlaceholder_Empty, 1},
{gText_Exit, DAYCARE_LEVEL_MENU_EXIT}
};