summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-20Rotating Gate -> dir stair warpGriffinR
2021-11-19Sync globalGriffinR
2021-10-27Multiple renamings; Removed some orphaned functionslioniac
2021-10-18Few renamings based on Emeraldlioniac
2021-10-13Merge pull request #470 from GriffinRichards/fix-saveblockchunkGriffinR
Disallow negative sizes in SAVEBLOCK_CHUNK
2021-10-13Disallow negative sizes in SAVEBLOCK_CHUNKGriffinR
2021-10-01Sync fieldmap.cGriffinR
2021-09-26Merge pull request #464 from colonelsalt/documentationGriffinR
Document fields in oak_speech
2021-09-13Add fix to disallow negative current HP valuesSatoMew
2021-09-02Removed #define access for data array in Oak speech subtasks take 3colonelsalt
2021-09-02Removed #define access for data array in Oak speech subtasks take 2colonelsalt
2021-09-02Removed #define access for data array in Oak speech subtaskscolonelsalt
2021-09-02Changed enum name for Oak speech trainer picscolonelsalt
2021-09-02Documented some fields in oak_speech.ccolonelsalt
2021-08-20oopsKurausukun
2021-08-19Use SHINY_ODDS where necessarySewef
2021-08-11Merge pull request #457 from Kurausukun/cgbsoundPikalaxALT
Port CgbSound Documentation and Fakematch Fixes
2021-08-11Rename and document HITMARKER_x100000Squeetz
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-08unsigned int -> u32Kurausukun
2021-08-08port cgbsound documentation and fakematch fixesKurausukun
2021-08-01name single funcSeth Barberee
2021-07-25Merge pull request #450 from PikalaxALT/flatten_sprite_posGriffinR
Flatten pos fields in struct Sprite
2021-07-17Swap two fields in player PC structPikalaxALT
2021-07-12port UB fix from emeraldKurausukun
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-07-03Merge pull request #445 from Kurausukun/ubfixGriffinR
Port UBFIX Macro and Some Usages from Emerald
2021-07-03add SAFE_DIV macro and usagesKurausukun
2021-07-03Merge branch 'master' of https://github.com/pret/pokefirered into ubfixKurausukun
2021-07-03remove redundant variableKurausukun
2021-07-03Merge branch 'master' of https://github.com/pret/pokefirered into cast_testKurausukun
2021-07-03Merge pull request #448 from SnorlaxMonster/terrainGriffinR
Using macro for plain terrain instead of hardcoded numbers
2021-07-01Fix Magic Number in party_menu.cDeokishisu
`DisplayPartyPokemonDataForMoveTutorOrEvolutionItem` in `party_menu.c` had a magic number that was missed. This commit fixes it.
2021-06-27fix encounter slot logic to accomodate changesgarakmon
2021-06-26make flash source volatile (ported from emerald)Kurausukun
2021-06-26port UBFIXes from emeraldKurausukun
2021-06-26fix alloc and alloczeroedKurausukun
2021-06-26Informative note about gUnknown_2022AE8LOuroboros
2021-06-21Use plain terrain macro where appropriateSnorlaxMonster
2021-06-17change itemPrintFunc to use u32 instead of s32Kurausukun
2021-06-03Merge remote-tracking branch 'origin/master' into doc_tileset_animsPikalaxALT
2021-06-03Reorganize tileset graphics filesPikalaxALT
2021-06-03Revert BG_CHAR_ADDR replacements in tileset_anims.cPikalaxALT
2021-06-03Sync LinkPlayer Struct with pokeemeraldDeokishisu
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-03Tileset anims to PNGPikalaxALT
2021-06-03Rename funcs and data in tileset_anims.cPikalaxALT
2021-06-02Merge pull request #435 from Kurausukun/dumbGriffinR
[LEAK-INFORMED] Fix CreateShedinja Fakematch
2021-06-02Minor aesthetic tweaks RE reviewPikalaxALT
2021-06-01re-add const to gEvolutionTable in daycare.cKurausukun
2021-06-01Sync link_rfu_3.c from EmeraldPikalaxALT
2021-06-01Sync link_rfu_2 symbols from EmeraldPikalaxALT