diff --git a/Remove-the-functionally-redundant-move-grammar-tables.md b/Remove-the-functionally-redundant-move-grammar-tables.md index 9faff7a..38165a4 100644 --- a/Remove-the-functionally-redundant-move-grammar-tables.md +++ b/Remove-the-functionally-redundant-move-grammar-tables.md @@ -13,6 +13,11 @@ Open [src/battle_message.c](https://github.com/pret/pokeemerald/blob/master/src/ ```diff - static void ChooseMoveUsedParticle - static void ChooseTypeOfMoveUsedString +- static const u8 sText_ExclamationMark[] = _("!") +- static const u8 sText_ExclamationMark2[] = _("!") +- static const u8 sText_ExclamationMark3[] = _("!") +- static const u8 sText_ExclamationMark4[] = _("!") +- static const u8 sText_ExclamationMark5[] = _("!") ``` In the same file, look for the functions: `sGrammarMoveUsedTable`, `ChooseMoveUsedParticle` and `ChooseTypeOfMoveUsedString` and remove them completely.