Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-14 | Add missing direction constant usage | GriffinR | |
2022-01-21 | Z coord / height -> elevation | GriffinR | |
2021-11-03 | Merge branch 'master' into doc-finalmisc | GriffinR | |
2021-11-02 | Document files with a few remaining symbols | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-26 | Merge pull request #1525 from GriffinRichards/doc-recmix | GriffinR | |
Document remainder of Record Mixing | |||
2021-10-24 | Document record mixing mail swap | GriffinR | |
2021-10-18 | Clean up metatile_behavior | GriffinR | |
2021-10-09 | Add MAP_OFFSET | 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-06-13 | Change map header flags to use a bitfield | ExpoSeed | |
2021-04-23 | Document Battle Pyramid Bag | GriffinR | |
2021-01-19 | Add misc item data constants | GriffinR | |
2021-01-01 | Label some ReturnToField funcs | GriffinR | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
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 | Switch to button macros | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-07-28 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-15 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-06-29 | Continue documenting overworld/field effects | GriffinR | |
2020-06-24 | Allow flag/var counts to be updated alongside values | GriffinR | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-04-28 | Sync map header property names with pokefirered | GriffinR | |
2020-04-01 | Minor player avatar doc | GriffinR | |
2020-01-08 | Merge master into ObjEvent rename and prune accidental inclusions | GriffinR | |
2019-12-21 | Merge master into ObjEvent rename | GriffinR | |
2019-12-20 | Merge pull request #935 from GriffinRichards/doc-warp | Diegoisawesome | |
Document some warp/field screen effect | |||
2019-12-18 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-17 | Document some warp/field screen effect | GriffinR | |
2019-12-15 | Use fadescreen constants | GriffinR | |
2019-12-06 | Rename event_obj_lock to event_object_lock | GriffinR | |
2019-12-06 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-05 | Set up Battle Pike macros | GriffinR | |
2019-11-21 | Fix event constant file names | GriffinR | |
2019-11-20 | Standardize EVENT_OBJECT to OBJECT_EVENT | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-10-31 | Merge pull request #863 from GriffinRichards/doc-partymenu | huderlem | |
Document party menu | |||
2019-10-31 | Itemfinder code should use flag constant | tustin2121 | |
2019-10-31 | Merge branch 'master' into doc-partymenu | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-10-20 | Clean up berry_tree.inc and misc adjacent documentation | GriffinR | |
2019-09-30 | Use STR_CONV constants | GriffinR | |
2019-05-22 | Documenting bags, berries and graphics | Papa Cancer | |
Bag graphics and berry graphics mostly documented item_menu.c significantly documented Bag structs documented and functions renamed to match formatting | |||
2019-04-16 | Document pokemon item effects | DizzyEggg | |
2019-04-05 | Clean up data headers | DizzyEggg | |
2019-04-04 | Fix labels, label more scripts | Fontbane | |
2019-03-24 | Decompile berry_powder.c | Marcus Huderle | |