summaryrefslogtreecommitdiff
path: root/gflib
AgeCommit message (Collapse)Author
2021-10-24Merge pull request #1520 from GriffinRichards/doc-randomGriffinR
Document random remaining symbols
2021-10-24Merge pull request #1519 from GriffinRichards/doc-mgiftGriffinR
Document Mystery Gift
2021-10-18More mauville_old_man clean upGriffinR
2021-10-17Some pokedex clean upGriffinR
2021-10-14Start wonder card/news documentingGriffinR
2021-10-09Add TRACKS_ALL, remove BGCntrlBitfieldGriffinR
2021-09-29Merge pull request #1506 from GriffinRichards/single-docGriffinR
Document some single-remaining symbols
2021-09-24Relocate battle_message commentGriffinR
2021-09-24Document some single-remaining symbolsGriffinR
2021-09-24Merge branch 'master' into tag-noneGriffinR
2021-09-14Add TAG_NONEGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-07-31Merge branch 'master' into doc-frontierpass2GriffinR
2021-07-31Document frontier passGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-05-27Fixed ChangeBgY_ScreenOff‘s signature. (#1447)gAlfonso-bit
* Fix Functions * Fix ChangeBgY_ScreenOff signature * Remove unneeded changes * Fix argument mismatch Just to get this out of the way * Not needed * Update palette.c
2021-05-24one last gotoKurausukun
2021-05-24Mark 0xFFF8 as ~7gAlfonso-bit
Since 7 is used as a mask, I wondered if 0xFFF8 was used to undo the mask and it turns out it was.
2021-05-23UBFIX: sprite.c (#1442)gAlfonso-bit
Fix out-of-bounds array access in `SortSprites()`. Co-authored-by: Marcus Huderle <huderlem@gmail.com>
2021-05-13[LEAK-INFORMED] fix text.c "eff" fakematchKurausukun
2021-04-17Doc storage - misc cleanup, some item/cursorGriffinR
2021-04-09standardize "grey" to "gray"Kurausukun
2021-04-01Merge pull request #1393 from GriffinRichards/doc-dewfordtrendGriffinR
Document Dewford Trend and match_call.c
2021-04-01Document match_call.cGriffinR
2021-03-29Merge branch 'master' of https://github.com/pret/pokeemerald into fr_docKurausukun
2021-03-29Document some text-related thingsMarcus Huderle
2021-03-21Add SAFE_DIVGriffinR
2021-03-19oopsKurausukun
2021-03-19port some documentation from FRKurausukun
2021-03-04Remove unneeded bitwise operationsN
2021-03-04Revert void changeN
2021-03-04Fix prefixes of variable namesN
Many static variables in this function are falsely labeled with a g prefix, as if it were global, when they are in fact state variables.
2021-02-24Use SPRITE_NONE constantGriffinR
2021-02-18More window cleanupGriffinR
2021-02-18Minor window/bg cleanupGriffinR
2021-01-19Remove unused local variables and functionsGriffinR
2021-01-04Make div by zero fix more conciceSierraffinity
2021-01-04Fix/document possible division by zero in ConvertScaleParamSierraffinity
2020-11-02Solve merge conflicts from previous commitaaaaaa123456789
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-10-26Merge branch 'master' into revertsaaaaaa123456789
2020-10-21re-match GLYPH_COPYKurausukun
2020-10-02Change toOrrX and toOrrY to u8MeatLoaf3
2020-10-01Remove unnecessary commentsRevo
2020-10-01:masuda:Revo
2020-10-01Resolve fakematch CopyGlyphToWindow.ProjectRevoTPP
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-04Removed unneeded commentsPokeCodec
2020-09-04Switch to button macrosPokeCodec
2020-09-04Documenting and whitespace fixingPokeCodec