mirror of https://github.com/pret/pokeemerald.git
Updated Remove the functionally redundant move grammar tables (markdown)
parent
c9ccef6159
commit
05b1ce4455
|
@ -13,6 +13,11 @@ Open [src/battle_message.c](https://github.com/pret/pokeemerald/blob/master/src/
|
||||||
```diff
|
```diff
|
||||||
- static void ChooseMoveUsedParticle
|
- static void ChooseMoveUsedParticle
|
||||||
- static void ChooseTypeOfMoveUsedString
|
- 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.
|
In the same file, look for the functions: `sGrammarMoveUsedTable`, `ChooseMoveUsedParticle` and `ChooseTypeOfMoveUsedString` and remove them completely.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue