Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-02-26 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-26 | Decompile easy_chat data | Marcus Huderle | |
2019-02-26 | Finish decompiling easy_chat.c code | Marcus Huderle | |
2019-02-26 | Easy chat nonmatchings fix | DizzyEggg | |
do {} while(0); | |||
2019-02-25 | Decompile more easy_chat.c | Marcus Huderle | |
2019-02-24 | Decompile more of easy_chat.c | Marcus Huderle | |
2019-02-23 | Decompile more easy_chat.c | Marcus Huderle | |
2019-02-22 | Decompile more easy_chat | Marcus Huderle | |
2019-02-21 | Merge branch 'master' into multiplayer-stuff | Phlosioneer | |
2019-02-21 | Decompile chunk of easy_chat.c | Marcus Huderle | |
2019-02-15 | Finish and polish new_game.c | Phlosioneer | |
Only one function is left undocumented. I tried to go into the assembly to at least name it, but it clears fields in the save block that aren't even documented yet. |