Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-02 | Sync pokemon jump documentation | GriffinR | |
2022-03-01 | Merge pokemon jump files | GriffinR | |
2022-02-28 | Document/sync object event anims | GriffinR | |
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 trainer type constant usage | GriffinR | |
2022-02-10 | Fix formatting and style | cbt6 | |
2022-02-10 | Rename some movement actions and functions | cbt6 | |
2022-01-10 | Sync/update trainer classes | GriffinR | |
2021-11-20 | Rotating Gate -> dir stair warp | GriffinR | |
2021-11-19 | Sync global | GriffinR | |
2021-11-01 | Deleted unused pokenav header | lioniac | |
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-10-18 | Few renamings based on Emerald | lioniac | |
2021-10-01 | Sync fieldmap.c | GriffinR | |
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 | port cgbsound documentation and fakematch fixes | Kurausukun | |
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-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-06-26 | port UBFIXes from emerald | Kurausukun | |
2021-06-17 | change itemPrintFunc to use u32 instead of s32 | Kurausukun | |
2021-06-03 | Sync LinkPlayer Struct with pokeemerald | Deokishisu | |
In pokefirered, the `LinkPlayer` struct used an 11-byte name field and puts extra link-related info in the last three bytes. pokeemerald separates these last three bytes into their own fields. This commit replicates how pokeemerald handles those fields. Also renamed `IntlConvertLinkPlayerName` to pokeemerald's `ConvertLinkPlayerName` because I was there and noticed it. | |||
2021-06-02 | Merge pull request #435 from Kurausukun/dumb | GriffinR | |
[LEAK-INFORMED] Fix CreateShedinja Fakematch | |||
2021-06-01 | Sync link_rfu_3.c from Emerald | PikalaxALT | |
2021-06-01 | Sync link_rfu_2 symbols from Emerald | PikalaxALT | |
2021-05-31 | [LEAK-INFORMED] fix CreateShedinja fakematch | Kurausukun | |
2021-05-26 | Revert typedefs in math_util | PikalaxALT | |
2021-05-24 | Rename fixed point math routines again | 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 | Rename NUM_FIELD_MAP_OBJECT_TEMPLATES --> MOVEMENT_TYPES_COUNT | PikalaxALT | |
2021-05-08 | Merge remote-tracking branch 'origin/master' into doc_field_effect_templates | PikalaxALT | |
2021-05-08 | Rename palette tags and files | PikalaxALT | |
2021-05-08 | Merge pull request #432 from PikalaxALT/fix_list_menu | GriffinR | |
Replace unknown list struct | |||
2021-05-08 | Name used object event palette tags | PikalaxALT | |
2021-05-06 | TrainerTowerTrainer.{unkC --> textColor} | PikalaxALT | |
2021-05-06 | Improve documentation of math_util | PikalaxALT | |
2021-05-06 | Replace unknown list struct | PikalaxALT | |
2021-05-05 | Fix accidental label swap in link_rfu.h | PikalaxALT | |
2021-05-05 | Sync berry crush from Emerald | PikalaxALT | |
2021-05-03 | Sync field_effect_objects.h from Emerald | PikalaxALT | |