summaryrefslogtreecommitdiff
path: root/gflib/text.h
AgeCommit message (Collapse)Author
2021-11-14Misc text clean-upGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-10-31Convert fonts.s to CGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-30Better braille supportGriffinR
2021-10-29EXT_CTRL_CODE_SIZE -> EXT_CTRL_CODE_FONTLOuroboros
2021-10-18More mauville_old_man clean upGriffinR
2021-10-17Some pokedex clean upGriffinR
2021-09-24Relocate battle_message commentGriffinR
2021-09-24Document some single-remaining symbolsGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-04-17Doc storage - misc cleanup, some item/cursorGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-03-29Document some text-related thingsMarcus Huderle
2020-10-21re-match GLYPH_COPYKurausukun
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-04Documenting and whitespace fixingPokeCodec
2020-08-23Documentation of unk fieldPokeCodec
2020-08-14Enum TimePokeCodec
2020-08-12bool8PokeCodec
2020-08-11Add some charmap constant usageGriffinR
2020-06-02Document union_room_chat.cGriffinR
2020-05-20Fix TextPrinterDrawDownArrow fakematchSierraffinity
2020-02-04Fix typoGriffinR
2020-02-04Document some pokenav menu handlersGriffinR
2019-10-03Document some of tradeGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT