summaryrefslogtreecommitdiff
path: root/gflib
AgeCommit message (Collapse)Author
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
2020-08-30Change array count of pointer value to array count of the first elementPokeCodec
2020-08-25Cleanup window.cPokeCodec
2020-08-24refactorPokeCodec
2020-08-24Cleaned up variablesPokeCodec
2020-08-23Documentation of unk fieldPokeCodec
2020-08-18Wrap asm statements in NONMATCHINGGriffinR
2020-08-14Enum TimePokeCodec
2020-08-12Fix newline warningGriffinR
2020-08-12Merge pull request #1127 from PokeCodec/glyphMatchGriffinR
Glyph match
2020-08-12bool8PokeCodec
2020-08-12Match CopyGlyphToWindowPokeCodec
2020-08-11Add some charmap constant usageGriffinR
2020-07-08Merge branch 'master' into doc-overworldGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-06-02Document union_room_chat.cGriffinR
2020-05-20Fix the fixSierraffinity
2020-05-20Fix TextPrinterDrawDownArrow fakematchSierraffinity
2020-05-04Merge branch 'master' of github.com:pret/pokeemeraldSierraffinity
2020-04-28CopyTileMapEntryjiangzhengwenjz
2020-04-25Document undefined sprite template behaviorSierraffinity
2020-03-12move fonts from data/graphics/ to graphics/garakmon
2020-02-04Fix typoGriffinR
2020-02-04Document some pokenav menu handlersGriffinR
2019-12-10Merge branch 'master' into doc-matchcallGriffinR
2019-12-06More usage of ST_OAM constants and SPRITE macrosGriffinR
2019-12-05Document a bit of Match CallGriffinR
2019-10-03Document some of tradeGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT