Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-03 | TX_NUM -> TX_DECIMAL | mid-kid | |
2020-07-10 | Use const_skip and const_next macros for brevity | Rangi | |
2020-07-08 | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | |
implementations | |||
2020-07-06 | text_linkpromptbutton -> text_waitbutton | Rangi | |
Removes support for text_waitbutton as a legacy alias for text_promptbutton. | |||
2019-11-03 | Rename buttonsound to promptbutton | Rangi | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-05 | text_jump → text_far | mid-kid | |
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`. | |||
2018-07-18 | Clean up TX_ commands | mid-kid | |
Some of the TX_ commands didn't use the TX_ prefix for their constants, and the label names were inconsistent. I've chosen to adopt the `TextCommand_` prefix as opposed to `Text_`, as it has a clear difference in namespace compared to the possibly-used `Text_` namespace for actual dialogue text. | |||
2018-01-18 | Better TX_SOUND_* names | Remy Oukaour | |
2018-01-18 | More charmap and home/text.asm documentation for JP chars | Remy Oukaour | |
2017-12-28 | endm -> ENDM | xCrystal | |
2017-12-28 | Uppercase MACRO and EQU(S) according to the style guide | xCrystal | |
2017-12-15 | More comments for macros | Remy Oukaour | |
2017-12-14 | Reorganize macros | Remy Oukaour | |