summaryrefslogtreecommitdiff
path: root/src/menu.c
AgeCommit message (Collapse)Author
2021-11-04Finish menu documentationGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Continue menu documentationGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Start remaining menu documentationGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-11-03Merge pull request #1536 from GriffinRichards/clean-brailleGriffinR
Add font id constants, better braille support
2021-10-30Add font id constantsGriffinR
2021-10-27Label remaining symbols in graphics.cGriffinR
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-08-10Document item menuGriffinR
2021-04-29Merge pull request #1421 from GriffinRichards/doc-tvrecordmixGriffinR
Document TV
2021-04-26Document TVGriffinR
2021-04-23Document Battle Pyramid BagGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-03-30Bit shifts from hex to decimalGriffinR
2021-02-24Use WINDOW_NONE constantGriffinR
2020-11-26whitespaceKurausukun
2020-11-26[LEAK INFORMED] match sub_819A080Kurausukun
2020-11-03Merge pull request #1189 from aaaaaa123456789/revertsPikalaxALT
Undo PokeCodec's PRs and port changes
2020-11-02Solve merge conflicts from previous commitaaaaaa123456789
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-10-29Use constants for menu info icon tableGriffinR
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-04Removed excess parenthesisPokeCodec
2020-09-04Switch to button macrosPokeCodec
2020-09-01Merge pull request #1149 from PokeCodec/datatypesGriffinR
gflib documenting
2020-08-28Partially document item_menu.cEduardo Quezada
2020-08-23Documentation of unk fieldPokeCodec
2020-08-23sizeOf data type, not pointer valuePokeCodec
2020-07-15Merge branch 'master' into doc-overworldGriffinR
2020-07-08Merge branch 'master' of https://github.com/pret/pokeemerald into ↵GriffinR
add-flagvarsave
2020-07-08Merge branch 'master' into doc-overworldGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-06-13Merge branch 'master' into doc-linkGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-05-31Document union_room.cGriffinR
2020-02-08Document Trainer CardGriffinR
2019-12-10Document misc strings and text colorsGriffinR
2019-11-25Name text speed delaysGriffinR
2019-10-31Document party_menu second passGriffinR
2019-10-25Document party_menu first passGriffinR
2019-10-07Document pc.inc and prof_birch.incGriffinR
2019-10-02Merge pull request #823 from GriffinRichards/constants-strconvPikalaxALT
Use STR_CONV constants
2019-09-30Use STR_CONV constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-03Fakematch sub_819A080DizzyEggg
Really wanted to match this one, but it just doesn't cooperate, oh well
2019-04-07Merge branch 'master' into pokenav-decomp-againPhlosioneer