Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-28 | Add usage of ANIM_GET_ON_OFF_POKEMON_WEST, unused comments | GriffinR | |
2022-02-28 | Document/sync object event anims | GriffinR | |
2022-02-28 | Add clarifying comment | cbt6 | |
2022-02-28 | Rename movement action 0x9F | cbt6 | |
2022-02-14 | Merge pull request #488 from GriffinRichards/map-constants | GriffinR | |
Sync roamer.c, add missing map constant usage | |||
2022-02-11 | Sync roamer | GriffinR | |
2022-02-11 | Add missing map constant usage | GriffinR | |
2022-02-11 | Add missing trainer type constant usage | GriffinR | |
2022-02-11 | Fix Magic Number in sub_8064544 in event_object_movement.c | Deokishisu | |
`sub_8064544()` has something to do with handling boulder puzzles and used a magic number instead of `OBJ_EVENT_GFX_PUSHABLE_BOULDER` while checking the object's `graphicsId`. This has been fixed. | |||
2022-02-10 | Fix formatting and style | cbt6 | |
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 | Sync/update trainer classes | GriffinR | |
2022-01-06 | Decompress map preview tilemaps | GriffinR | |
2022-01-06 | Move map preview gfx to own folders | GriffinR | |
2022-01-01 | Fix party size calculations for larger-than-six PARTY_SIZE | Luke Hubmayer-Werner | |
2021-11-20 | Rotating Gate -> dir stair warp | GriffinR | |
2021-11-19 | Sync global | GriffinR | |
2021-10-27 | Multiple renamings; Removed some orphaned functions | lioniac | |
2021-10-18 | Few renamings based on Emerald | lioniac | |
2021-10-13 | Merge pull request #470 from GriffinRichards/fix-saveblockchunk | GriffinR | |
Disallow negative sizes in SAVEBLOCK_CHUNK | |||
2021-10-13 | Disallow negative sizes in SAVEBLOCK_CHUNK | GriffinR | |
2021-10-01 | Sync fieldmap.c | GriffinR | |
2021-09-26 | Merge pull request #464 from colonelsalt/documentation | GriffinR | |
Document fields in oak_speech | |||
2021-09-13 | Add fix to disallow negative current HP values | SatoMew | |
2021-09-02 | Removed #define access for data array in Oak speech subtasks take 3 | colonelsalt | |
2021-09-02 | Removed #define access for data array in Oak speech subtasks take 2 | colonelsalt | |
2021-09-02 | Removed #define access for data array in Oak speech subtasks | colonelsalt | |
2021-09-02 | Changed enum name for Oak speech trainer pics | colonelsalt | |
2021-09-02 | Documented some fields in oak_speech.c | colonelsalt | |
2021-08-20 | oops | Kurausukun | |
2021-08-19 | Use SHINY_ODDS where necessary | Sewef | |
2021-08-11 | Merge pull request #457 from Kurausukun/cgbsound | PikalaxALT | |
Port CgbSound Documentation and Fakematch Fixes | |||
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-08-08 | unsigned int -> u32 | Kurausukun | |
2021-08-08 | port cgbsound documentation and fakematch fixes | Kurausukun | |
2021-08-01 | name single func | Seth Barberee | |
2021-07-25 | Merge pull request #450 from PikalaxALT/flatten_sprite_pos | GriffinR | |
Flatten pos fields in struct Sprite | |||
2021-07-17 | Swap two fields in player PC struct | PikalaxALT | |
2021-07-12 | port UB fix from emerald | Kurausukun | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-07-03 | Merge pull request #445 from Kurausukun/ubfix | GriffinR | |
Port UBFIX Macro and Some Usages from Emerald | |||
2021-07-03 | add SAFE_DIV macro and usages | Kurausukun | |
2021-07-03 | Merge branch 'master' of https://github.com/pret/pokefirered into ubfix | Kurausukun | |
2021-07-03 | remove redundant variable | Kurausukun | |
2021-07-03 | Merge branch 'master' of https://github.com/pret/pokefirered into cast_test | Kurausukun | |
2021-07-03 | Merge pull request #448 from SnorlaxMonster/terrain | GriffinR | |
Using macro for plain terrain instead of hardcoded numbers | |||
2021-07-01 | Fix Magic Number in party_menu.c | Deokishisu | |
`DisplayPartyPokemonDataForMoveTutorOrEvolutionItem` in `party_menu.c` had a magic number that was missed. This commit fixes it. | |||
2021-06-27 | fix encounter slot logic to accomodate changes | garakmon | |