Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-23 | re-match CreateFrontierBrainPokemon (from #1177) | Kurausukun | |
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-04 | Fix issues according to feedback | PokeCodec | |
2020-09-04 | Match more functions | PokeCodec | |
2020-09-02 | Tidy up naked functions | Thomas Winwood | |
2020-08-13 | Split contest funcs from script_pokemon_util | GriffinR | |
2020-04-09 | Add misc party constant usage | GriffinR | |
2020-01-12 | Merge branch 'master' into fix-eventobj | GriffinR | |
2020-01-08 | Merge master into ObjEvent rename and prune accidental inclusions | GriffinR | |
2020-01-08 | Merge branch 'master' into doc-dome | GriffinR | |
2019-12-20 | Add frontier trainer constants | GriffinR | |
2019-12-20 | Document Battle Dome scripts and some battle_dome.c | GriffinR | |
2019-12-17 | Document Battle Tower scripts | GriffinR | |
2019-11-25 | Merge master into ObjEvent rename | GriffinR | |
2019-11-25 | Document Frontier Util | GriffinR | |
2019-11-25 | Begin documenting Battle Pike and Frontier Util | GriffinR | |
2019-11-21 | Rename EventObj to ObjEvent | GriffinR | |
2019-11-20 | Standardize EVENT_OBJECT to OBJECT_EVENT | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-11-20 | Document Apprentice | GriffinR | |
2019-11-19 | WIP Document Apprentice | GriffinR | |
2019-11-17 | Document Ranking Hall scripts | GriffinR | |
2019-11-10 | Document some frontier util funcs | GriffinR | |
2019-10-31 | Merge branch 'master' into doc-partymenu | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-10-20 | Clean up berry_tree.inc and misc adjacent documentation | GriffinR | |
2019-09-27 | Merge branch 'master' into gflib | PikalaxALT | |
2019-09-17 | Some frontier field_specials documentation | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-08-30 | Use OTID constants for CreateMon | GriffinR | |
2019-04-05 | Clean up data headers | DizzyEggg | |
2019-03-08 | Merge branch 'master' into extern-cleanup | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-03-02 | Eliminate more externs | Phlosioneer | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-21 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
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. | |||
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 more battle pyramid | Marcus Huderle | |
2019-01-13 | Decompile trainer hill | DizzyEggg | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
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-10 | Merge pull request #422 from garakmon/frontier_data_1 | Diegoisawesome | |
Battle tower data | |||
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 |