Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-16 | Document item use functions in pokemon.c | PikalaxALT | |
2021-03-16 | Document FRLG-unique vars in main.c | PikalaxALT | |
2021-03-16 | Name nullsubs in battle ctlrs | PikalaxALT | |
2021-03-16 | Document pokedude battle controller, 1 | PikalaxALT | |
2021-03-16 | battle_controller_link_partner sync labels from emerald | PikalaxALT | |
2021-03-16 | Battle controller opponent sync labels from emerald | PikalaxALT | |
2021-03-16 | sync berry crush with emerald | Kurausukun | |
2021-03-15 | Remove unused, unneeded fields from BattleHealthboxInfo | PikalaxALT | |
2021-03-15 | battle_gfx_sfx_util sync emerald names to unnamed syms | PikalaxALT | |
2021-03-15 | Sync new field name in BattleStruct | PikalaxALT | |
2021-03-15 | Document old man batttle controller | PikalaxALT | |
2021-03-15 | Revert HERE and USED macros | PikalaxALT | |
2021-03-14 | Merge branch 'master' of github.com:pret/pokefirered into battle_multi_buffer | PikalaxALT | |
2021-03-14 | Document more symbols in battle | PikalaxALT | |
2021-03-14 | Use global symbols for assembly on modern | GriffinR | |
2021-03-14 | Name symbols in battle_anim_special.c | PikalaxALT | |
2021-03-13 | check __CLION_IDE__ predefine in global.h | PikalaxALT | |
2021-03-12 | More documentation in battle_main | PikalaxALT | |
2021-03-12 | Resolve link comm buffers in gBattleStruct | PikalaxALT | |
2021-03-11 | Merge pull request #399 from Deokishisu/patch-1000 | GriffinR | |
Fix Typos / Use Box Constants / Name an Unknown | |||
2021-03-10 | Use NONMATCHING on modern for gcc-arm-none-eabi | GriffinR | |
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-22 | Fix storage magic numbers | hjk321 | |
I could *kinda* understand missing SendMonToPc, but IN THE STRUCT ITSELF?! | |||
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-02-14 | Rename "Hidden" Movement Type to "Buried" | Deokishisu | |
This commit mirrors the change to pokeemerald that renames `MOVEMENT_TYPE_HIDDEN` to `MOVEMENT_TYPE_BURIED` to avoid confusion between it and `MOVEMENT_TYPE_INVISIBLE`. As the files and function labels are not synced between the two repos, only the necessary changes were made based on what pokefirered calls its functions. More syncing of labels with pokeemerald will need to be done in the future. | |||
2021-02-14 | Merge pull request #388 from GriffinRichards/constants-localids | GriffinR | |
Use more LOCALID constants | |||
2021-02-14 | Merge pull request #389 from Kurausukun/dexmatching | GriffinR | |
[LEAK-INFORMED] match the rest of pokedex_screen | |||
2021-02-12 | Fix warning about gMonPaletteTable section | GriffinR | |
2021-02-11 | words are hard | Kurausukun | |
2021-02-11 | fix whitespace, update dex category macro | Kurausukun | |
2021-02-11 | [LEAK-INFORMED] match the rest of pokedex_screen | Kurausukun | |
2021-02-10 | Use more LOCALID constants | GriffinR | |
2021-02-05 | Fix "Compatibility" Misspelling | Deokishisu | |
Someone misspelled "compatibility" as "compatability" in pokeemerald and the error was brought over to pokefirered. | |||
2021-01-29 | Use trainer constants in flags, automatically update flags/vars count | GriffinR | |
2021-01-19 | Sync mapjson with pokeemerald | GriffinR | |
2020-12-31 | Remove deadnaming, sync BgEvent | GriffinR | |
2020-11-27 | Merge pull request #371 from GriffinRichards/data-pokedex | GriffinR | |
Move pokedex_screen data from asm to C | |||
2020-11-26 | Rename farfetchd graphics to match define | Ashley Coleman | |
2020-11-12 | Clean up pokedex screen text | GriffinR | |
2020-11-11 | Move pokedex_screen data from asm to C | GriffinR | |
2020-09-01 | Match Most of Remaining Functions | PokeCodec | |
2020-08-29 | Give songs meaningful english names | GriffinR | |
2020-07-04 | Apply static modifier to static functions in PSS. | luckytyphlosion | |
2020-07-04 | Port over PSS data to src. | luckytyphlosion | |
2020-07-04 | Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt | luckytyphlosion | |
2020-07-04 | pokemon_summary_screen.c, part 12. | luckytyphlosion | |
2020-07-03 | pokemon_summary_screen.c, part 10. | luckytyphlosion | |
2020-07-03 | pokemon_summary_screen.c, part 9. | luckytyphlosion | |
2020-07-02 | pokemon_summary_screen.c, part 8. | luckytyphlosion | |
2020-07-02 | pokemon_summary_screen.c, part 7. | luckytyphlosion | |