diff --git a/data/moves/names.asm b/data/moves/names.asm index a16812c7..ffded4b8 100644 --- a/data/moves/names.asm +++ b/data/moves/names.asm @@ -171,7 +171,7 @@ MoveNames:: ; 12chr limit li "IRON DEFENSE" li "DAZZLE GLEAM" li "NIGHT SLASH" - li "FEINT ATTACK" + li "FAINT ATTACK" li "IRON HEAD" li "BRUTAL SWING" li "CHARM" diff --git a/data/text/item_descriptions.asm b/data/text/item_descriptions.asm index 96404035..45b19468 100644 --- a/data/text/item_descriptions.asm +++ b/data/text/item_descriptions.asm @@ -155,7 +155,8 @@ _HelixFossilDescription:: prompt _SecretKeyDescription:: - text "Opens doors." + text "Opens the door to" + next "CINNABAR GYM." prompt _BikeVoucherDescription::