Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-17 | Correct usage of MysteryEvent to MysteryGift | 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-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-26 | Document TV | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-03-31 | Label missing easy chat symbols | GriffinR | |
2021-03-31 | Document Dewford Trend | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-24 | Document easy chat | GriffinR | |
2021-01-28 | Index gBardSounds_Moves and gBardSounds_Pokemon with constants | GriffinR | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | 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-05 | Removed unused parentheses | PokeCodec | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-08 | Merge branch 'master' of https://github.com/pret/pokeemerald into ↵ | GriffinR | |
add-flagvarsave | |||
2020-07-05 | fix aggressive loop optimizations | Michael Panzlaff | |
Previously, aggressive loop optimizations with a new compiler were not possible due to undefined behaviour at end of arrays. A macro "UBFIX" is added to allow ifdefs for fixes which resolve undefined behavior. For example newer GCC versions will detect various bugs in the original game code and will otherwise not compile with -Werror. | |||
2020-06-24 | Allow flag/var counts to be updated alongside values | GriffinR | |
2020-05-27 | Fix REG_OFFSET_WININ/OUT mislabeling | Sierraffinity | |
2020-05-27 | Fix OAM region mislabeling | Sierraffinity | |
2020-01-12 | Merge branch 'master' into fix-eventobj | GriffinR | |
2020-01-12 | Document some easy chat specials | GriffinR | |
2019-12-18 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-15 | Use fadescreen constants | GriffinR | |
2019-12-11 | Merge branch 'master' into fix-eventobj | GriffinR | |
2019-12-10 | Document misc strings and text colors | GriffinR | |
2019-11-25 | Merge master into ObjEvent rename | GriffinR | |
2019-11-20 | Standardize EVENT_OBJECT to OBJECT_EVENT | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-11-19 | WIP Document Apprentice | GriffinR | |
2019-11-06 | Document Fossil Maniac and Berry Master route houses | GriffinR | |
2019-10-21 | Document mauville_man.inc | GriffinR | |
2019-10-07 | Document mevent.inc | GriffinR | |
2019-10-02 | Merge pull request #821 from GriffinRichards/document-textinput | PikalaxALT | |
Document text input strings | |||
2019-09-30 | Document text input strings | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-08-21 | clean up | GriffinR | |
2019-08-21 | document remaining funcs | GriffinR | |
2019-08-21 | minor fixes | GriffinR | |
2019-04-07 | Merge branch 'master' into contest-ai-cleanup | Phlosioneer | |
2019-04-05 | Clean up data headers | DizzyEggg | |
2019-04-04 | Fix labels, label more scripts | Fontbane | |
2019-04-04 | RGB Constants | Phlosioneer | |