summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2021-03-29 18:36:18 -0400
committerKurausukun <lord.uber1@gmail.com>2021-03-29 18:36:18 -0400
commit102582a3dff87769379acca9d50fe29f6f41d337 (patch)
treef4b2b95ab5817efe5fda675741a6dfb9c40d1275 /src/data
parent79a8eb481f08a035d2b357b5f9c9a57cb54e99da (diff)
parentc40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into fr_doc
Diffstat (limited to 'src/data')
-rw-r--r--src/data/items.h2
-rw-r--r--src/data/party_menu.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/data/items.h b/src/data/items.h
index e4e7e0fbc..fc7792186 100644
--- a/src/data/items.h
+++ b/src/data/items.h
@@ -2250,7 +2250,7 @@ const struct Item gItems[] =
.name = _("SOOTHE BELL"),
.itemId = ITEM_SOOTHE_BELL,
.price = 100,
- .holdEffect = HOLD_EFFECT_HAPPINESS_UP,
+ .holdEffect = HOLD_EFFECT_FRIENDSHIP_UP,
.description = sSootheBellDesc,
.pocket = POCKET_ITEMS,
.type = ITEM_USE_BAG_MENU,
diff --git a/src/data/party_menu.h b/src/data/party_menu.h
index daf3f4f6c..a4a030e3f 100644
--- a/src/data/party_menu.h
+++ b/src/data/party_menu.h
@@ -543,7 +543,7 @@ static const struct WindowTemplate sLevelUpStatsWindowTemplate =
.baseBlock = 0x2E9,
};
-static const struct WindowTemplate sUnusedWindowTemplate_08615978 =
+static const struct WindowTemplate sUnusedWindowTemplate1 =
{
.bg = 2,
.tilemapLeft = 2,
@@ -554,7 +554,7 @@ static const struct WindowTemplate sUnusedWindowTemplate_08615978 =
.baseBlock = 0x1DF,
};
-static const struct WindowTemplate sUnusedWindowTemplate_08615980 =
+static const struct WindowTemplate sUnusedWindowTemplate2 =
{
.bg = 2,
.tilemapLeft = 0,
@@ -669,7 +669,7 @@ static const u8 *const sDescriptionStringTable[] =
[PARTYBOX_DESC_DONT_HAVE] = gText_DontHave,
};
-static const u16 sUnused_08615B94[] =
+static const u16 sUnusedData[] =
{
0x0108, 0x0151, 0x0160, 0x015b, 0x002e, 0x005c, 0x0102, 0x0153, 0x014b, 0x00ed, 0x00f1, 0x010d, 0x003a, 0x003b, 0x003f, 0x0071,
0x00b6, 0x00f0, 0x00ca, 0x00db, 0x00da, 0x004c, 0x00e7, 0x0055, 0x0057, 0x0059, 0x00d8, 0x005b, 0x005e, 0x00f7, 0x0118, 0x0068,