Commit Graph

11 Commits

Author SHA1 Message Date
Deokishisu 57e3f5e0f8 Mirror pokeemerald PR#1329 & PR#1335 to pokefirered
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented.

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 `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind.

I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos.
2021-02-16 16:56:31 -05:00
GriffinR 1f6dc0e86b Use trainer constants in flags, automatically update flags/vars count 2021-01-29 15:50:01 -05:00
GriffinR e7cd8c59f4 Remove unused BF battle types, clarify Ghost battle type flags 2020-01-22 21:02:25 -05:00
PikalaxALT 4cad26157e Rename ghost battle scripts 2019-11-06 18:32:17 -05:00
PikalaxALT 2435bcc09d sys flag rearrange 2019-10-17 21:24:47 -04:00
jiangzhengwenjz 2bd15329e0 minor fixes
and remove unnecessary NONMATCHING
2019-08-28 14:57:16 +08:00
jiangzhengwenjz ca130a8aeb thru atkc0 2019-08-27 10:27:36 +08:00
jiangzhengwenjz 5f6a55e4fd battle_controller_link_opponent 2019-08-22 14:21:56 +08:00
jiangzhengwenjz c2964e8181 ported battle_util from pokeem 2019-08-02 05:05:35 +08:00
jiangzhengwenjz 3eb1f1bc78 matched AbilityBattleEffects 2019-08-01 12:30:36 +08:00
jiangzhengwenjz c88c9c6edf progress #1 on porting battle_util 2019-07-31 07:58:09 +08:00