summaryrefslogtreecommitdiff
path: root/macros/text.asm
AgeCommit message (Collapse)Author
2020-11-13Kanto Mon Names (#79)jd-0
Rename Kanto mons to English
2020-09-22Replace enum with const, and update many constants to be more like pokegoldRangi
2020-09-20- Remove trailing whitespaceRangi
- Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X
2018-07-31Finished dumping bank 1Pokeglitch
2018-06-18Forgot to add changes to previous commit.Pokeglitch
2018-06-15Updated removed para_done and made para a macroPokeglitch
2018-06-15Using text macrosPokeglitch
2018-06-02macros/text: use charmap entries instead of fixed byte constantsTauwasser
Also introduce a separate text_end control for 0x50 when it's used to end a series of text_* control codes instead of a single text_TX command. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-02home, macros: disassemble text-related functions and add text fn macrosTauwasser
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>