Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-10 | Add usage of battle strings table offset constant | GriffinR | |
2021-11-01 | Standarized Solarbeam into Solar Beam | Eduardo Quezada D'Ottone | |
2021-10-02 | Document remaining symbols in pokemon.c | GriffinR | |
2021-09-30 | Rename Battle Weather flags | Pokestia | |
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-11 | Use the `IS_TYPE_PHYSICAL` macro in `AddMovePoints` | Collin Styles | |
2021-04-03 | Add remaining multistring chooser constants | GriffinR | |
2021-01-14 | Document battle tv data | GriffinR | |
2021-01-13 | Label remaining battle types | GriffinR | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-23 | re-match TryPutLinkBattleTvShowOnAir (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 | Match more functions | PokeCodec | |
2020-08-04 | Add stat stage constants | GriffinR | |
2019-03-31 | Give battle_anim files appropriate names | 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-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 | |||
2018-10-14 | Clean battle structs | DizzyEggg | |
2018-07-01 | document frontier related | DizzyEggg | |
2018-06-30 | C vars sym ewram | DizzyEggg | |
2018-05-11 | Update naked attribute and ASM_DIRECT to NAKED macro | Diegoisawesome | |
2018-03-01 | battle tv review changes | DizzyEggg | |
2018-02-28 | make it compile | DizzyEggg | |
2018-02-27 | decompile and document battle tv | DizzyEggg | |