Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-03-31 | Document mystery_gift | PikalaxALT | |
2019-03-24 | Cleanup mevent2 | Marcus Huderle | |
2019-03-24 | Port mevent2.c from pokefirered | Marcus Huderle | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-02 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-03-01 | Merge pull request #551 from Phlosioneer/multiplayer-stuff | huderlem | |
Document overworld.c and link stuff in general | |||
2019-02-27 | Document easy chat screen types | Marcus Huderle | |
2019-02-26 | Missed some fill values | Phlosioneer | |
Must have forgotten to check FillWindowPixelRect. | |||
2019-02-26 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |