Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-13 | fix player_pc goto | Kurausukun | |
2021-04-11 | Document pokeblock menu | GriffinR | |
2021-02-24 | Document mail | GriffinR | |
2021-02-24 | Use SPRITE_NONE constant | GriffinR | |
2021-02-24 | Use TASK_NONE constant | GriffinR | |
2021-02-24 | Use WINDOW_NONE constant | GriffinR | |
2021-01-19 | Merge pull request #1311 from GriffinRichards/clean-unused | GriffinR | |
Remove unused local variables and functions | |||
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2021-01-19 | Use ARRAY_COUNT in PrintMenuTable | 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-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-02-08 | Document Trainer Card | GriffinR | |
2019-12-20 | Merge pull request #935 from GriffinRichards/doc-warp | Diegoisawesome | |
Document some warp/field screen effect | |||
2019-12-17 | Document some warp/field screen effect | GriffinR | |
2019-12-15 | Use fadescreen constants | GriffinR | |
2019-10-31 | Merge branch 'master' into doc-partymenu | GriffinR | |
2019-10-30 | Document players_house.inc and Littleroot house scripts | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-04-06 | Document and cleanup some decoration code | Marcus Huderle | |
2019-03-08 | Merge branch 'master' into move-tutor | Phlosioneer | |
2019-03-08 | Change filename to something more descriptive | Phlosioneer | |
2019-03-05 | Start decompiling menu_unknown | Phlosioneer | |
2019-03-03 | Fully document move_tutor (formerly learn_move) | 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 | Fix backwards names | Phlosioneer | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
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-02 | tabs | DizzyEggg | |
2019-02-02 | Fix Menu and List Menu input defines | DizzyEggg | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-12-20 | Merge with master | DizzyEggg | |
2018-12-16 | 6k left | DizzyEggg | |
2018-12-09 | Merge branch 'master' into weather | DizzyEggg | |
2018-12-08 | Finish field screen | DizzyEggg | |
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-28 | Use MAX_SPRITES define | DizzyEggg | |
2018-11-06 | Merge remote-tracking branch 'pret/master' into script_menu | Diegoisawesome | |
2018-11-05 | r5/r6 swap on sub_80E2578 | Diegoisawesome | |
2018-10-27 | Window priority to window bg | DizzyEggg | |
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 | Label event_object_movement.c | Slawter666 | |
2018-09-02 | Format more templates | Slawter666 | |
2018-08-12 | Prepare learn_move for merge | Diegoisawesome | |