Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | Add usage of battle strings table offset constant | GriffinR | |
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-27 | Label remaining symbols in graphics.c | GriffinR | |
2021-10-09 | More battle doc, add battle window ids | GriffinR | |
2021-10-08 | Start misc battle documentation | 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-06-17 | Update src/battle_message.c | Sewef | |
Nothing happened. Co-authored-by: LOuroboros <lunosouroboros@gmail.com> | |||
2021-06-17 | Fix sATypeMove_Table definition | Sewef | |
2021-06-04 | Rename sText_WildPkmnAppeared2 to reflect its use | AJ Fontaine | |
sText_WildPkmnAppeared2 is used for Legendary battles, so sText_LegendaryPkmnAppeared would be more informative. | |||
2021-05-06 | Fix Substitute typo | Flametix | |
2021-04-10 | Merge pull request #1397 from GriffinRichards/doc-moremisc | GriffinR | |
Clean up battle scripts | |||
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-04-03 | Misc battle script cleanup | GriffinR | |
2021-04-03 | Add remaining multistring chooser constants | GriffinR | |
2021-04-02 | Label miss string indexes | GriffinR | |
2021-02-05 | Add berry tree id constants | GriffinR | |
2021-01-23 | Misc battle documentation | GriffinR | |
2021-01-13 | Label remaining battle types | GriffinR | |
2021-01-11 | Merge pull request #1297 from SatoMew/master | GriffinR | |
Document the unused battle strings for downpour weather | |||
2021-01-11 | rename string id/variable to reflect usage | opakedragon | |
2021-01-10 | Document the unused battle strings for downpour weather | SatoMew | |
2020-12-10 | Merge remote-tracking branch 'upstream/master' into berry_crush | Kurausukun | |
2020-09-16 | Convert to -g; will be required for eliminating fakematches. | Kaz | |
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-01 | Merge pull request #1149 from PokeCodec/datatypes | GriffinR | |
gflib documenting | |||
2020-08-23 | Documentation of unk field | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-18 | Fix Champinship typo | GriffinR | |
2020-08-11 | Add some charmap constant usage | GriffinR | |
2020-08-04 | Add stat stage constants | GriffinR | |
2020-07-23 | Clean some battle_message.c data | GriffinR | |
2020-07-18 | Clean up some battle scr cmd data | GriffinR | |
2020-07-15 | Merge pull request #1083 from GriffinRichards/playse-constants | GriffinR | |
Use charmap constants for PLAY_SE | |||
2020-06-26 | Use charmap constants for PLAY_SE | GriffinR | |
2020-06-03 | Label union room battle trainer | GriffinR | |
2020-05-27 | consistency with pokefirered | MandL27 | |
2020-05-27 | document UNKNOWN_A special char | MandL27 | |
2019-11-25 | Document Frontier Util | GriffinR | |
2019-11-16 | Document Trainer Hill | GriffinR | |
2019-11-10 | Document some frontier util funcs | GriffinR | |
2019-10-22 | Document pc_transfer.inc | GriffinR | |
2019-09-30 | Use STR_CONV constants | GriffinR | |
2019-04-05 | Clean up data headers | DizzyEggg | |
2019-03-31 | Give battle_anim files appropriate names | Marcus Huderle | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-01 | Get rid of an unnecessary extern | DizzyEggg | |