summaryrefslogtreecommitdiff
path: root/gflib/bg.c
AgeCommit message (Collapse)Author
2022-01-19Disambiguate fieldmap namesGriffinR
2022-01-14Move enum to bg.hMCboy
2022-01-14Give sensical names to Unused_AdjustBgMosaicMCboy
2021-10-29Fix incorrect arguments on CopyRectToBgTilemapBufferRectGriffinR
2021-10-14Start wonder card/news documentingGriffinR
2021-09-24Document some single-remaining symbolsGriffinR
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-03-04Remove unneeded bitwise operationsN
2021-02-18Minor window/bg cleanupGriffinR
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-08-30Change array count of pointer value to array count of the first elementPokeCodec
2020-08-24refactorPokeCodec
2020-08-24Cleaned up variablesPokeCodec
2020-08-23Documentation of unk fieldPokeCodec
2020-04-28CopyTileMapEntryjiangzhengwenjz
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT