Resolve issue #575: Rename text commands
This commit is contained in:
@@ -632,16 +632,16 @@ This can bring Pokémon straight from level 1 to 100 by gaining just a few exper
|
||||
text_start
|
||||
line "a boosted"
|
||||
cont "@"
|
||||
- deciram wStringBuffer2, 2, 4
|
||||
+ deciram wStringBuffer2, 2, 5
|
||||
- text_decimal wStringBuffer2, 2, 4
|
||||
+ text_decimal wStringBuffer2, 2, 5
|
||||
text " EXP. Points!"
|
||||
prompt
|
||||
|
||||
Text_StringBuffer2ExpPoints::
|
||||
text_start
|
||||
line "@"
|
||||
- deciram wStringBuffer2, 2, 4
|
||||
+ deciram wStringBuffer2, 2, 5
|
||||
- text_decimal wStringBuffer2, 2, 4
|
||||
+ text_decimal wStringBuffer2, 2, 5
|
||||
text " EXP. Points!"
|
||||
prompt
|
||||
```
|
||||
|
Reference in New Issue
Block a user