Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-06-25 | pokemon_summary_screen.c, part 6. | luckytyphlosion | |
2020-06-24 | pokemon_summary_screen.c, part 5. | luckytyphlosion | |
2020-06-23 | pokemon_summary_screen.c, part 4. | luckytyphlosion | |
2020-06-23 | pokemon_summary_screen.c, part 3. | luckytyphlosion | |
Also commit hgrep.sh for searching in non-c files. | |||
2020-06-14 | pokemon_summary_screen.c, part 2. | luckytyphlosion | |
Also fix prototype of MenuHelpers_CallLinkSomething. | |||
2020-06-14 | Initial work on pokemon_summary_screen.c | luckytyphlosion | |
2020-05-27 | Merge pull request #342 from GriffinRichards/sync-mapdatasize | PikalaxALT | |
Add MAX_MAP_DATA_SIZE alias | |||
2020-05-27 | Merge pull request #340 from GriffinRichards/doc-inconnect | PikalaxALT | |
Label in_connection's field in ObjectEventTemplate | |||
2020-05-17 | Add MAX_MAP_DATA_SIZE alias | GriffinR | |
2020-05-14 | Merge branch 'master' into doc-inconnect | GriffinR | |
2020-05-14 | Label in_connection's field in ObjectEventTemplate | GriffinR | |
2020-05-05 | alignment fix | Evan | |
2020-05-05 | fix PLAYER_AVATAR_FLAG_WATERING define | Evan | |
2020-05-01 | document battle_message.c | Evan | |
2020-04-27 | Merge pull request #333 from jiangzhengwenjz/librfu | PikalaxALT | |
fix librfu issues | |||
2020-04-27 | Merge pull request #334 from jiangzhengwenjz/nonmatching | PikalaxALT | |
fix remainSize field in librfu | |||
2020-04-28 | fix remainSize type | jiangzhengwenjz | |
2020-04-27 | librfu issues | jiangzhengwenjz | |
2020-04-23 | battle anim documentation | Evan | |
2020-04-23 | Resolving PR review | fieldy101 | |
2020-04-22 | Port emerald water functions into firered | fieldy101 | |
2020-04-22 | Label GCN link flags field | GriffinR | |
2020-04-13 | Label GCN link flags field | GriffinR | |
2020-04-11 | Berry Crush documentation, 2 | PikalaxALT | |