summaryrefslogtreecommitdiff
path: root/src/text/text9.asm
AgeCommit message (Collapse)Author
2021-06-04Disassemble the challenge machinedannye
2021-05-21Identify Credits textElectroDeoxys
2021-05-21Extract Credits sequenceElectroDeoxys
2021-02-16Manually declare the 00 paddingdannye
instead of manually declaring the ff padding
2018-07-14Add missing characters to charmapsxCrystal
2018-07-13Improve text macrosxCrystal
2018-07-12Create charmaps and update text/xCrystal
2018-07-10More text enginexCrystal
TODO: update charmaps and text/
2018-06-30Rename 'Kind' labels (issue #36)xCrystal
2018-03-05TX_SYMBOL constants and clean up textxCrystal
2018-03-05charmap for male, female and é symbolsxCrystal
2018-02-17More style cleaning upxCrystal
2016-05-31Remove leftover \n'sdannye
2016-05-21rename text macro to textpointer and text/line/done for better text readabilityxCrystal
2016-03-03append "Text" to text labelsxCrystal
2016-02-29start naming some text labelsxCrystal
includes all labels referenced so far
2016-01-16label card names and descriptionsxCrystal
2015-03-14Move source code into "src/". Update Makefile/scan_includes.stag019