Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-08 | Actually change the variable name this time | Phlosioneer | |
2019-03-04 | Removed PREV and NEXT macros, changed summary name | Phlosioneer | |
2019-03-03 | Fix merge issue | Phlosioneer | |
2019-03-03 | Merge branch 'master' into summary-screen-macros | Phlosioneer | |
2019-03-03 | Use macros for summary windows | Phlosioneer | |
Other minor changes and fixes are included | |||
2019-03-03 | Bugfixes from #591 | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
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-23 | Moved ALIGNED(4) from extern to unknown struct. | Ariel Antonitis | |
2019-02-23 | Removed unused filler by aligning adjacent variables | Ariel Antonitis | |
2019-02-23 | Documented/polished pokemon_summary_screen.c | Ariel Antonitis | |
Mostly variables mislabeled as global and some formerly unknown stuff. | |||
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
2019-02-07 | Document battle factory functions | Marcus Huderle | |
2019-02-04 | Some more labelling | Slawter666 | |
2019-02-04 | More documentation | Slawter666 | |
2019-02-04 | Label some more functions | Slawter666 | |
2019-02-02 | Label some summary screen functions | Slawter666 | |
2019-01-08 | Rename non-mapsec constants | Diegoisawesome | |
2018-12-31 | Merge branch 'master' of github.com:pret/pokeemerald into trade | Diegoisawesome | |
2018-12-29 | Documentation for pokemon_summary_screens.c | PALPATlNE | |
2018-12-26 | Fix BgAttributes | DizzyEggg | |
2018-12-25 | Merge remote-tracking branch 'pret/master' into trade | Diegoisawesome | |
2018-12-25 | use max mon moves constant where able (#480) | melthelesbian | |
* use max mon moves constant where able * fix errors in script commands file * fix more errors | |||
2018-12-24 | asm party and fldeff clean-up | DizzyEggg | |
2018-12-24 | Clear includes | DizzyEggg | |
2018-12-20 | Merge with master | DizzyEggg | |
2018-12-19 | one line cleanup in summary_screen | golem galvanize | |
2018-12-18 | Fix compressed palette alignment | Diegoisawesome | |
2018-12-18 | finish party_menu | golem galvanize | |
2018-12-17 | 3.5 asm left | DizzyEggg | |
2018-12-15 | Up to sub 0x80ce580 | DizzyEggg | |
2018-12-10 | Document PSS functions | DizzyEggg | |
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-06 | Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵ | nullableVoidPtr | |
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation | |||
2018-11-07 | Fix incorrect compressed types, part 2 | Diegoisawesome | |
2018-11-01 | Finish frontier util | DizzyEggg | |
2018-10-30 | Make frontier util compile | DizzyEggg | |
2018-10-27 | Window priority to window bg | DizzyEggg | |
2018-10-16 | Port/decompile field_control_avatar | Diegoisawesome | |
2018-09-09 | Merge branch 'decompile_frontier_2' of ↵ | Slawter666 | |
https://github.com/DizzyEggg/pokeemerald into factory-data | |||
2018-09-08 | Standartize AddTextPrinterParametrized functions, | DizzyEggg | |
2018-09-02 | Format templates in item_menu.c | Slawter666 | |
2018-09-02 | Minor labelling | Slawter666 | |
2018-09-01 | document move type variables in pss | DizzyEggg | |
2018-08-16 | Merge with master | DizzyEggg | |
2018-08-15 | Finish documenting and cleaning up summary_screen | Diegoisawesome | |
Also fix remaining nonmatchings | |||
2018-08-15 | Continue documentation and cleanup of pokemon_summary_screen | Diegoisawesome | |