Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-11 | Add missing trainer type constant usage | GriffinR | |
2022-02-10 | Rename some movement actions and functions | cbt6 | |
2022-01-21 | Merge pull request #481 from GriffinRichards/sync-classes | GriffinR | |
Sync/update trainer classes | |||
2022-01-15 | Remove berry fix | GriffinR | |
2022-01-10 | Remove old asm constants | GriffinR | |
2022-01-10 | Sync/update trainer classes | GriffinR | |
2021-10-27 | Multiple renamings; Removed some orphaned functions | lioniac | |
2021-10-01 | Fix Magic Numbers in battle_anim_scripts.s | Deokishisu | |
This file should still be synced properly with pokeemerald in the future, but for now the magic numbers for the sound constants have been fixed. | |||
2021-08-11 | Rename and document HITMARKER_x100000 | Squeetz | |
This marker makes the target unable to Counter or Mirror Coat the damage back to an attacker, however the game does not have a scenario where this is applicable since all its uses are in end-turn events. It's used for all passive damage, where the damage dealt isn't coming from an attacker. Alternate name: HITMARKER_NO_ATTACKER | |||
2021-07-03 | Merge pull request #442 from GriffinRichards/fix-offsets | GriffinR | |
Remove hardcoded offsets in battle scripts | |||
2021-06-26 | Informative note about PewterCity_Gym_Text_BrockDefeat | LOuroboros | |
2021-06-21 | Remove hardcoded offsets in battle scripts | GriffinR | |
2021-06-03 | Reorganize tileset graphics files | PikalaxALT | |
2021-05-13 | Merge remote-tracking branch 'origin/master' into sync_bery_crush | PikalaxALT | |
2021-05-13 | Merge pull request #427 from GriffinRichards/name-mapgroups | PikalaxALT | |
Name map groups | |||
2021-05-13 | Name unused house maps/map groups | GriffinR | |
2021-05-11 | Merge remote-tracking branch 'origin/master' into sync_bery_crush | PikalaxALT | |
2021-05-08 | Merge remote-tracking branch 'origin/master' into doc_field_effect_templates | PikalaxALT | |
2021-05-08 | Finish porting data_8479668.s to C | PikalaxALT | |
2021-05-05 | Sync berry crush from Emerald | PikalaxALT | |
2021-05-03 | Sync field_effect_objects.h from Emerald | PikalaxALT | |
2021-04-28 | Trainer tower sets to C | PikalaxALT | |
2021-04-28 | Name map groups | GriffinR | |
2021-04-17 | Replace rival labels | SatoMew | |
2021-04-10 | Fix Record Corner labels | SatoMew | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-04-09 | fix text color names | Kurausukun | |
2021-03-30 | Fix movement types; fix some math ops | PikalaxALT | |
2021-03-20 | Document symbols reffed in field_control_avatar | PikalaxALT | |
2021-03-14 | Name symbols in battle_anim_special.c | 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-02-10 | Use more LOCALID constants | GriffinR | |
2021-02-03 | Fix TM34 Transposition Typo | Deokishisu | |
The script labels for being given TM34 from Lt. Surge are mistakenly typoed as TM43. This commit fixes this error. | |||
2020-11-11 | Move pokedex_screen data from asm to C | GriffinR | |
2020-11-11 | Give meaningfull names to globals in pokedex_screen.s | Ashley Coleman | |
2020-08-31 | Fix Fuchsica typo | GriffinR | |
2020-08-29 | Give songs meaningful english names | GriffinR | |
2020-07-04 | Port over PSS data to src. | luckytyphlosion | |
2020-06-25 | pokemon_summary_screen.c, part 6. | luckytyphlosion | |
2020-05-27 | Merge pull request #337 from GriffinRichards/fix-scriptlabel | PikalaxALT | |
Fix mislabeled starter script | |||
2020-05-04 | Fix corresponding mislabeled rival script | GriffinR | |
2020-05-04 | Fix mislabeled starter script | GriffinR | |
2020-04-23 | battle anim documentation | Evan | |
2020-04-22 | Port emerald water functions into firered | fieldy101 | |
2020-04-10 | Merge branch 'master' of github.com:pret/pokefirered into modern_gcc | PikalaxALT | |
2020-04-07 | Merge branch 'master' of github.com:pret/pokefirered into modern_gcc | PikalaxALT | |
2020-04-07 | Merge branch 'master' of github.com:pret/pokefirered into various_documentation | PikalaxALT | |
2020-04-06 | Split quest_log.c | PikalaxALT | |
2020-04-06 | Move gfx out of data | GriffinR | |