Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-13 | Add controller buffer constants, finish misc battle doc | GriffinR | |
2021-10-12 | Clean up recorded_battle, add MOVE_IS_PERMANENT | GriffinR | |
2021-10-08 | Start misc battle documentation | GriffinR | |
2021-10-02 | Document remaining symbols in pokemon.c | GriffinR | |
2021-09-30 | Rename Battle Weather flags | Pokestia | |
2021-09-29 | Use compact weather macros | Pokestia | |
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-04-03 | Fix AI Guard Spec use, and Specs->Spec | GriffinR | |
2021-04-03 | Misc battle script cleanup | GriffinR | |
2021-04-03 | Add remaining multistring chooser constants | GriffinR | |
2021-03-30 | Bit shifts from hex to decimal | GriffinR | |
2021-03-27 | Rename IsNotEventLegalMewOrDeoxys | Scott | |
2021-02-15 | Rename obedient/fatefulEncounter to eventLegal | Deokishisu | |
Per discussion on pret, `obedient`/`fatefulEncounter` has been renamed to `eventLegal`, and all related functions and constants have been modified with this in mind. Additionally, fixed some whitespace alignment issues in `script_cmd_table.h`, `pokemon.h`, and `tv.c` from the last commit. | |||
2021-02-15 | Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.h | Deokishisu | |
The giftRibbons field has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and Emerald, such as PokéCoupon storage and the flag for receiving Wishmaker Jirachi. The giftRibbon fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the obedient bit was renamed `fatefulEncounter`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. | |||
2021-02-05 | Add berry tree id constants | GriffinR | |
2021-01-22 | Document remainder of battle_controllers.c | GriffinR | |
2021-01-13 | Label remaining battle types | GriffinR | |
2020-12-12 | Use BUGFIX for some inline fixes | GriffinR | |
2020-12-12 | Corrected small inconsistency in move flag names | LOuroboros | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-26 | re-match BattleIntroOpponent1SendsOutMonAnimation | Kurausukun | |
a lot of functions and a bit of data had to be moved from battle_main.c to battle_util.c; I have added a note to battle_util.c stating the reason for this | |||
2020-10-25 | port HasNoMonsToSwitch fakematch fix (from #1181) | Kurausukun | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
2020-09-19 | Update battle_util.c | kiliwily | |
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-12 | Bug documenting | kiliwily | |
2020-09-08 | Fix Battle util fakematch | PokeCodec | |
2020-09-08 | Finished header includes | PokeCodec | |
2020-09-08 | Match BattleIntroOpponent1SendsOutMonAnimation | PokeCodec | |
2020-08-10 | Merge pull request #1122 from GriffinRichards/clean-battlemsg | GriffinR | |
Add stat stage constants, clean up misc battle msg data | |||
2020-08-04 | Add stat stage constants | GriffinR | |
2020-07-27 | Fix naming style of function | ExpoSeed | |
2020-07-27 | Document some battle_util.c | ExpoSeed | |
2020-07-18 | Clean up some battle scr cmd data | GriffinR | |
2020-03-07 | Using True/False on SetMoveEffect. | Eduardo Quezada | |
2019-12-06 | Sync weather names | GriffinR | |
2019-09-27 | Rename CONTACT macros to ON_DAMAGE | GriffinR | |
2019-09-26 | Merge branch 'master' into rename-tablecmds | GriffinR | |
2019-09-16 | Use misc ScrCmd constants | GriffinR | |
2019-09-15 | Update BS constants for Cmd rename | GriffinR | |
2019-04-05 | Clean up data headers | DizzyEggg | |
2019-03-31 | Give battle_anim files appropriate names | Marcus Huderle | |
2019-03-05 | Rename an erroneously named battlescript | DizzyEggg | |
2019-03-03 | Fix typos | Phlosioneer | |
This is an updated version of #554, since it hasn't been updated in two weeks. | |||
2019-01-29 | Rename a palace battle field | DizzyEggg | |
2019-01-29 | Misc. documentation and move some data into .c files | 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-08 | Clean up field weather | DizzyEggg | |
2018-12-08 | Decompile field weather | DizzyEggg | |