summaryrefslogtreecommitdiff
path: root/src/daycare.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-12-05 15:33:36 -0500
committerGriffinR <griffin.richards@comcast.net>2019-12-05 15:33:36 -0500
commit548af3c0f1a2807e791fe7bbfe1fc57ddb726c5e (patch)
treee4ef44282b7599b1bdefb729ba33e74d15ba0d86 /src/daycare.c
parent70d1f54ab96235b0e0d07d40526f16449e7cb1e7 (diff)
Document a bit of 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}
};