Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-26 | Merge pull request #1608 from GriffinRichards/fix-fieldmap | GriffinR | |
Fix some incorrect fieldmap names | |||
2022-01-19 | Disambiguate fieldmap names | GriffinR | |
2022-01-14 | Move more graphics out of misc | GriffinR | |
2021-12-28 | Move pokemon and easy chat constants to global, misc clean-up | GriffinR | |
2021-11-16 | Handle optional arguments for warp commands, add WARP_ID_NONE | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-02 | Document remaining symbols in pokemon.c | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow. | |||
2021-04-29 | Use some missing fieldmap constants in trainer hill | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-03-22 | Misc labels in battle facilities | GriffinR | |
2020-10-26 | Port back improvements from later commits | aaaaaa123456789 | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-25 | re-match sub_81D5F58 | Kurausukun | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-20 | Review changes | tustin2121 | |
2020-09-20 | More documenting trainer hill | tustin2121 | |
- Renamed members and added comments in the TrHillDisplay struct. - Formatted the trainer hill data to better match the metatile layout its representing. - Documented the function which uses this data. | |||
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-08 | Remove fakematch in trainer hell | PokeCodec | |
2020-08-24 | Match sub_81D5F58 | PokeCodec | |
2020-06-29 | Continue documenting overworld/field effects | GriffinR | |
2020-06-03 | Document field_message_box.c | GriffinR | |
2020-05-19 | sPrizeListGigaSwap typo fix | GriffinR | |
2020-04-28 | More trainer type usage | GriffinR | |
2019-11-25 | Merge master into ObjEvent rename | GriffinR | |
2019-11-25 | Use macros for Trainer Hill | GriffinR | |
2019-11-21 | Fix event constant file names | GriffinR | |
2019-11-20 | Standardize EVENT_OBJECT to OBJECT_EVENT | GriffinR | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-11-16 | Update comment for CheckFinalTime | GriffinR | |
2019-11-16 | Rename neverRead fields | GriffinR | |
2019-11-16 | Clean up Trainer Hill doc | GriffinR | |
2019-11-16 | Document Trainer Hill | GriffinR | |
2019-10-06 | Document field_poison | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-09-05 | Unify TrHillTag struct definitions (variable floors) | PikalaxALT | |
2019-09-05 | Partial refactor of TryWriteTrainerHill_r | PikalaxALT | |
2019-09-05 | Minor refactor of ereader_helpers.c | PikalaxALT | |
2019-08-04 | Merge branch 'master' into pokenav_unk_2 | PikalaxALT | |
2019-04-04 | Documentation of ereader_helpers, 1 | PikalaxALT | |
2019-03-22 | Split into ereader_helpers.c, faraway_island.c, and ereader_screen.c | Marcus Huderle | |
2019-03-21 | Decompile ereader.c up to faraway island code | Marcus Huderle | |
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 | More minor fixes | Phlosioneer | |
2019-02-27 | Finish documenting trainer hill | Phlosioneer | |
Trainer hill isn't anywhere close to done, but I figured out enough to name the VAR. That's all this PR should do. | |||
2019-02-27 | I guess I'm documenting Trainer Hill now | Phlosioneer | |
2019-02-26 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |