From e15c745cf56317ec399376dac1f5587171b4a5d6 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Sat, 2 Mar 2019 12:35:11 -0300 Subject: [PATCH] Fixed 2 typos. Loppunite>Lopunnite and Loppunny>Lopunny. --- include/constants/items.h | 2 +- src/data/items.h | 8 ++++---- src/data/text/item_descriptions.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/constants/items.h b/include/constants/items.h index 009228345..a26f5e7fd 100644 --- a/include/constants/items.h +++ b/include/constants/items.h @@ -568,7 +568,7 @@ #define ITEM_GLALITITE 473 #define ITEM_DIANCITE 474 #define ITEM_CAMERUPTITE 475 -#define ITEM_LOPPUNITE 476 +#define ITEM_LOPUNNITE 476 #define ITEM_SALAMENCITE 477 #define ITEM_BEEDRILLITE 478 #define ITEM_MEGA_BRACELET 479 diff --git a/src/data/items.h b/src/data/items.h index 4dbff706d..c13edcd84 100644 --- a/src/data/items.h +++ b/src/data/items.h @@ -8597,14 +8597,14 @@ const struct Item gItems[] = .secondaryId = 0, }, - [ITEM_LOPPUNITE] = + [ITEM_LOPUNNITE] = { - .name = _("Loppunite"), - .itemId = ITEM_LOPPUNITE, + .name = _("Lopunnite"), + .itemId = ITEM_LOPUNNITE, .price = 200, .holdEffect = HOLD_EFFECT_MEGA_STONE, .holdEffectParam = 0, - .description = gLoppuniteItemDescription, + .description = gLopunniteItemDescription, .importance = 0, .unk19 = 0, .pocket = POCKET_ITEMS, diff --git a/src/data/text/item_descriptions.h b/src/data/text/item_descriptions.h index 6e2bf5f01..da9924416 100644 --- a/src/data/text/item_descriptions.h +++ b/src/data/text/item_descriptions.h @@ -422,7 +422,7 @@ const u8 gPidgeotiteItemDescription[] = _("This stone enables\nPidgeot to Mega\n const u8 gGlalititeItemDescription[] = _("This stone enables\nGlalie to Mega\nEvolve in battle."); const u8 gDianciteItemDescription[] = _("This stone enables\nDiancie to Mega\nEvolve in battle."); const u8 gCameruptiteItemDescription[] = _("This stone enables\nCamerupt to Mega\nEvolve in battle."); -const u8 gLoppuniteItemDescription[] = _("This stone enables\nLoppunny to Mega\nEvolve in battle."); +const u8 gLopunniteItemDescription[] = _("This stone enables\nLoppunny to Mega\nEvolve in battle."); const u8 gSalamenciteItemDescription[] = _("This stone enables\nSalamence to Mega\nEvolve in battle."); const u8 gBeedrilliteItemDescription[] = _("This stone enables\nBeedrill to Mega\nEvolve in battle."); const u8 gMegaBraceletItemDescription[] = _("Allows Pokémon holding\na Mega Stone to Mega\nEvolve in battle.");