Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-17 | Use specific name limits for string limit functions | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
2021-11-03 | Merge pull request #1536 from GriffinRichards/clean-braille | GriffinR | |
Add font id constants, better braille support | |||
2021-10-30 | Add font id constants | GriffinR | |
2021-10-30 | Better braille support | GriffinR | |
2021-10-27 | Label remaining symbols in graphics.c | GriffinR | |
2021-10-19 | Merge pull request #1516 from GriffinRichards/doc-miscbattle | GriffinR | |
Miscellaneous battle documentation | |||
2021-10-09 | Add TRACKS_ALL, remove BGCntrlBitfield | GriffinR | |
2021-10-08 | Start misc battle documentation | GriffinR | |
2021-10-02 | Document summary screen sprite manager | GriffinR | |
2021-09-24 | Document some single-remaining symbols | 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-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-06-21 | Merge pull request #1469 from GriffinRichards/fix-contesthearts | PikalaxALT | |
Clarify contest heart tiles | |||
2021-06-21 | Clarify contest heart tiles | GriffinR | |
2021-06-10 | Remove remaining grey and replace with gray | ExpoSeed | |
2021-04-29 | Merge pull request #1421 from GriffinRichards/doc-tvrecordmix | GriffinR | |
Document TV | |||
2021-04-28 | Merge pull request #1420 from GriffinRichards/doc-dataanims | GriffinR | |
Document battler affine anims, default pokeball throw | |||
2021-04-26 | Document TV | GriffinR | |
2021-04-25 | Document battler sprite affine anims, default pokeball throw | GriffinR | |
2021-04-22 | Misc contest cleanup | GriffinR | |
2021-04-21 | Clean up contest_painting | GriffinR | |
2021-04-15 | More usage of DISPLAY constants | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-05 | Use GAME_LANGUAGE instead of LANGUAGE_ENGLISH | GriffinR | |
2021-01-23 | Misc battle documentation | GriffinR | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2020-12-10 | Merge remote-tracking branch 'upstream/master' into berry_crush | Kurausukun | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-11-02 | Merge branch 'reverts' of https://github.com/aaaaaa123456789/pokeemerald ↵ | Kurausukun | |
into reverts | |||
2020-11-02 | address comments | Kurausukun | |
2020-10-26 | Fix whitespace issues | aaaaaa123456789 | |
2020-10-26 | Remove unused variable | aaaaaa123456789 | |
Co-authored-by: Seija <71219152+PokeCodec@users.noreply.github.com> | |||
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-19 | battle_gfx_sfx_util.c: Very annoying fakematch fix. | Kaz | |
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...? | |||
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-09-04 | Match more functions | PokeCodec | |
2020-09-01 | Merge pull request #1149 from PokeCodec/datatypes | GriffinR | |
gflib documenting | |||
2020-08-28 | Merge pull request #1146 from GriffinRichards/rename-songs | GriffinR | |
Give songs meaningful english names | |||
2020-08-23 | Documentation of unk field | PokeCodec | |
2020-08-23 | Remove unused variable remaining from ruby | PokeCodec | |
2020-08-21 | Document contest AI scripts | GriffinR | |
2020-08-21 | Document contest AI commands | GriffinR | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-18 | Add condition mod constants | GriffinR | |
2020-08-16 | Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contest | GriffinR | |
2020-08-16 | Clean up contest doc | GriffinR | |
2020-08-16 | Document contest live updates | GriffinR | |