Commit Graph

8 Commits

Author SHA1 Message Date
haven1433
bdd7aa344d remove clear macro
it needs to have an argument (see 47AA18 in FireRed 1.1) but text macros don't support arguments.
2023-08-23 07:38:52 -05:00
ShinyTillDawn
78faf673b4
Added aliases for the three buffer half-words: \\02, \\03, and \\04. (#124)
* Added buffer macros

These can be used instead of \\02, \\03, and \\04 in the Text tool.

* Buffers now don't have spaces in them.

* Fixed an alignment error.
2023-03-11 19:55:40 -06:00
haven1433
3ef258a81c more macros 2023-01-22 21:25:39 -06:00
haven1433
0824afb1a8 add emoji support
F9 needed to be handled like other escapes
2022-10-23 20:40:25 -05:00
haven1433
b6cf8b58ab ascii run improvements 2022-09-20 17:22:44 -05:00
Haven1433
68b4bc520d add macro support for gray as well as grey 2022-08-31 20:29:05 -05:00
Haven1433
65765e695f Allow Text Macros
* Replace the static PCSString.Convert method with an instance method on a TextConverter that's owned by the Model. The TextConverter can know about different macros depending on which rom is being edited.
* Add macros to pcsReference.txt
2022-06-02 20:53:39 -05:00
Haven1433
bb1948d339 Introduce pcsReference.txt
Other programs let you edit the way text is interpreted using .ini files. Add a new pcsReference.txt file that lets users see the interpretation of bytes-to-text, the number of arguments used for different control codes, and allow them to change it.
2022-05-25 23:31:20 -05:00