Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-06-26 | make flash source volatile (ported from emerald) | Kurausukun | |
2021-06-26 | port UBFIXes from emerald | Kurausukun | |
2021-06-26 | fix alloc and alloczeroed | Kurausukun | |
2021-06-26 | Informative note about gUnknown_2022AE8 | LOuroboros | |
2021-06-21 | Use plain terrain macro where appropriate | SnorlaxMonster | |
2021-06-17 | change itemPrintFunc to use u32 instead of s32 | Kurausukun | |
2021-06-03 | Merge remote-tracking branch 'origin/master' into doc_tileset_anims | PikalaxALT | |
2021-06-03 | Reorganize tileset graphics files | PikalaxALT | |
2021-06-03 | Revert BG_CHAR_ADDR replacements in tileset_anims.c | PikalaxALT | |
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-03 | Tileset anims to PNG | PikalaxALT | |
2021-06-03 | Rename funcs and data in tileset_anims.c | PikalaxALT | |
2021-06-02 | Merge pull request #435 from Kurausukun/dumb | GriffinR | |
[LEAK-INFORMED] Fix CreateShedinja Fakematch | |||
2021-06-02 | Minor aesthetic tweaks RE review | PikalaxALT | |
2021-06-01 | re-add const to gEvolutionTable in daycare.c | Kurausukun | |
2021-06-01 | Sync link_rfu_3.c from Emerald | PikalaxALT | |
2021-06-01 | Sync link_rfu_2 symbols from Emerald | PikalaxALT | |