Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-08 | Finish battle_anim_mons doc | GriffinR | |
2021-10-15 | Merge branch 'master' into doc-miscbattle | GriffinR | |
2021-10-15 | Merge pull request #1511 from GriffinRichards/doc-union | GriffinR | |
Document link_rfu / Union Room | |||
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-09 | More battle doc, add battle window ids | GriffinR | |
2021-10-08 | Start misc battle documentation | GriffinR | |
2021-10-07 | Merge branch 'master' into doc-union | GriffinR | |
2021-10-02 | Document remaining symbols in pokemon.c | GriffinR | |
2021-09-30 | Rename Battle Weather flags | 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-08-15 | Document remaining functions in cable_club | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-06-25 | Add missing use of F_TRAINER_FEMALE | GriffinR | |
2021-05-13 | Cherry-pick roamer bug fix from pokefirered | gAlfonso-bit | |
Adapted https://github.com/pret/pokefirered/blob/master/src/battle_main.c#L3831 to pokeemerald | |||
2021-04-26 | Document TV | GriffinR | |
2021-04-15 | Misc reg constant cleanup | GriffinR | |
2021-04-15 | More usage of DISPLAY constants | GriffinR | |
2021-04-12 | Use designated initializers for gTypeNames | Marcus Huderle | |
2021-04-03 | Add remaining multistring chooser constants | GriffinR | |
2021-03-30 | Bit shifts from hex to decimal | GriffinR | |
2021-03-15 | Update newly named fields | PikalaxALT | |
2021-03-12 | More documentation in battle_main | PikalaxALT | |
2021-03-12 | Resolve link comm buffers in gBattleStruct | PikalaxALT | |
2021-03-12 | Nonmatching resoltuion | PikalaxALT | |
- Fix fakematch in Cmd_get_used_held_item - Remove `static` overrides in MODERN in four objects | |||
2021-03-04 | Label battle tower link script | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-12 | Document PokemonUseItemEffects | GriffinR | |
2021-01-23 | Misc battle documentation | GriffinR | |
2021-01-22 | Document battle_controller_opponent.c | GriffinR | |
2021-01-22 | Document battle_controller_player.c | GriffinR | |
2021-01-22 | Document remainder of battle_controllers.c | GriffinR | |
2021-01-19 | Use GET_UNOWN_LETTER macro | GriffinR | |
2021-01-13 | Label remaining battle types | GriffinR | |
2021-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |
2020-12-24 | Label remaining subs in battle_tower.c | 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-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-22 | port fakematch fixes from #1155 | Kurausukun | |
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-08 | Fix build | PokeCodec | |
2020-09-08 | Match BattleIntroOpponent1SendsOutMonAnimation | PokeCodec | |
2020-09-08 | More adjustments | PokeCodec | |
2020-09-06 | Preparation for matching BattleIntroOpponent1SendsOutMonAnimation | PokeCodec | |
2020-09-06 | u8 position | PokeCodec | |