Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-19 | Sync global | GriffinR | |
2021-10-27 | Multiple renamings; Removed some orphaned functions | lioniac | |
2021-10-23 | IDE support formatting and consistency | Jademalo | |
2021-10-22 | Improve IDE Support | Jademalo | |
2021-07-03 | add SAFE_DIV macro and usages | Kurausukun | |
2021-05-05 | Sync berry crush from Emerald | PikalaxALT | |
2021-03-14 | Name symbols in battle_anim_special.c | PikalaxALT | |
2021-03-13 | check __CLION_IDE__ predefine in global.h | PikalaxALT | |
2021-03-10 | Fix Typos / Use Box Constants | Deokishisu | |
The Celadon City scripts that give Eevee misspelled it as Eeevee. Fixed. The comment explaining `boxRSEggsUnlocked` in the `ExternalEventFlags` struct had an incorrect deposit requirement listed and was fixed. Also, replaced the literals with the `TOTAL_BOXES_COUNT` and `IN_BOX_COUNT` constants in `pokemon.c`'s `IsPokemonStorageFull` function. Thanks hjk321 for pointing that out. | |||
2021-02-16 | Mirror pokeemerald PR#1329 & PR#1335 to pokefirered | Deokishisu | |
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-01-29 | Use trainer constants in flags, automatically update flags/vars count | GriffinR | |
2020-04-13 | Label GCN link flags field | GriffinR | |
2020-04-10 | Merge branch 'master' of github.com:pret/pokefirered into modern_gcc | PikalaxALT | |
2020-04-06 | More quest log doccing | PikalaxALT | |
2020-04-05 | More quest log documentation amid other stuff | PikalaxALT | |
2020-04-04 | Get pokefirered_modern to build | PikalaxALT | |
2020-03-27 | through SetContinueGameWarpToDynamicWarp | PikalaxALT | |
2020-03-16 | field_weather_util | PikalaxALT | |
2020-03-02 | port field_effect_helpers from emerald | PikalaxALT | |
2020-02-18 | Finish porting pokemon_jump from Emerald | PikalaxALT | |
2020-02-15 | Merge branch 'master' into doc-ttower | GriffinR | |
2020-02-04 | More mevent documentation | PikalaxALT | |
2020-02-03 | Remove old references to battle pyramid | GriffinR | |
2020-02-03 | Merge branch 'master' of github.com:pret/pokefirered into add_arm_agbcc | PikalaxALT | |
2020-02-02 | Port object event flags from emerald | PikalaxALT | |
2020-02-01 | Minor style consistency edit in union_room_chat | PikalaxALT | |
2020-01-25 | Address review comments | PikalaxALT | |
2020-01-25 | Document union room chat | PikalaxALT | |
2020-01-24 | PLAYER_NAME_LENGTH to 7 | PikalaxALT | |
2020-01-24 | Review changes | GriffinR | |
2020-01-24 | Document Trainer Tower scripts | GriffinR | |
2020-01-23 | union_room_chat through sub_81287B4 | PikalaxALT | |
2020-01-15 | Merge master into doc-questlog | GriffinR | |
2020-01-15 | Document some Quest Log | GriffinR | |
2020-01-13 | Split link_rfu_2 | PikalaxALT | |
2020-01-08 | Sync compare macros, some event_scripts.s doc, begin map_scripts constants | GriffinR | |
2019-12-17 | *actual* final pass at unifying on object event | garak | |
2019-12-17 | fix rebase conflicts | garak | |
2019-12-17 | mostly standardize to object event to prep for disassembly | garak | |
2019-12-13 | through sub_8104C2C | PikalaxALT | |
2019-12-11 | finish trainer card matching and data | Evan | |
2019-11-24 | resolve change requests | jiangzhengwenjz | |
2019-11-23 | party_menu third quarter | jiangzhengwenjz | |
2019-11-19 | fix tab vs space format | Evan | |
2019-11-19 | remove compile errors | Evan | |
2019-11-08 | Sync Ruby/Sapphire Battle Tower structs | PikalaxALT | |
2019-11-04 | Battle message buffers; review comments | PikalaxALT | |
2019-11-04 | Some more documentation | PikalaxALT | |
2019-11-01 | Static symbols in easy_chat | PikalaxALT | |
2019-10-25 | Merge branch 'master' into battle | jiangzhengwenjz | |