Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-04 | Finish menu documentation | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-11-03 | Continue menu documentation | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Start remaining menu documentation | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-11-03 | Merge pull request #1536 from GriffinRichards/clean-braille | GriffinR | |
Add font id constants, better braille support | |||
2021-10-30 | Add font id constants | GriffinR | |
2021-10-27 | Label remaining symbols in graphics.c | GriffinR | |
2021-09-24 | Document some single-remaining symbols | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-10 | Document item menu | GriffinR | |
2021-04-29 | Merge pull request #1421 from GriffinRichards/doc-tvrecordmix | GriffinR | |
Document TV | |||
2021-04-26 | Document TV | GriffinR | |
2021-04-23 | Document Battle Pyramid Bag | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-03-30 | Bit shifts from hex to decimal | GriffinR | |
2021-02-24 | Use WINDOW_NONE constant | GriffinR | |
2020-11-26 | whitespace | Kurausukun | |
2020-11-26 | [LEAK INFORMED] match sub_819A080 | Kurausukun | |
2020-11-03 | Merge pull request #1189 from aaaaaa123456789/reverts | PikalaxALT | |
Undo PokeCodec's PRs and port changes | |||
2020-11-02 | Solve merge conflicts from previous commit | aaaaaa123456789 | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-10-29 | Use constants for menu info icon table | GriffinR | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
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-04 | Removed excess parenthesis | PokeCodec | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-09-01 | Merge pull request #1149 from PokeCodec/datatypes | GriffinR | |
gflib documenting | |||
2020-08-28 | Partially document item_menu.c | Eduardo Quezada | |
2020-08-23 | Documentation of unk field | PokeCodec | |
2020-08-23 | sizeOf data type, not pointer value | PokeCodec | |
2020-07-15 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-08 | Merge branch 'master' of https://github.com/pret/pokeemerald into ↵ | GriffinR | |
add-flagvarsave | |||
2020-07-08 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-06-24 | Allow flag/var counts to be updated alongside values | GriffinR | |
2020-06-23 | Document some overworld and field effects | GriffinR | |
2020-06-13 | Merge branch 'master' into doc-link | GriffinR | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-05-31 | Document union_room.c | GriffinR | |
2020-02-08 | Document Trainer Card | GriffinR | |
2019-12-10 | Document misc strings and text colors | GriffinR | |
2019-11-25 | Name text speed delays | GriffinR | |
2019-10-31 | Document party_menu second pass | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-10-07 | Document pc.inc and prof_birch.inc | GriffinR | |
2019-10-02 | Merge pull request #823 from GriffinRichards/constants-strconv | PikalaxALT | |
Use STR_CONV constants | |||
2019-09-30 | Use STR_CONV constants | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-08-03 | Fakematch sub_819A080 | DizzyEggg | |
Really wanted to match this one, but it just doesn't cooperate, oh well | |||
2019-04-07 | Merge branch 'master' into pokenav-decomp-again | Phlosioneer | |