summaryrefslogtreecommitdiff
path: root/gfx/sgb
AgeCommit message (Collapse)Author
2021-10-24Add assertions to some more tablesRangi
2020-10-04Identify some more unnamed labelsRangi
2020-10-04Identify SGB blk/pal packetsRangi
2020-09-01Pan Docs: "When sending three or more data sets, data is continued in ↵Rangi
further packet(s). Unused bytes at the end of the last packet should be set to zero."
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-05-23Match LZ compressed files (#724)aaaaaa123456789
Replace lzcomp with new version and match all LZ compressed files
2020-04-30Miscellaneous updatesRangi
- `PREDEFPAL_00` -> `PREDEFPAL_ROUTES` (observed from `LoadSGBLayout.GetMapPalsIndex.route`) - `$0` -> `PLAYER` (standard person ID) - Fix some whitespace formatting
2020-04-08Remove unused nonmatching files for electro_ball.png and sgb_border.binRangi
electro_ball.png needed to preserve one whitespace tile which tools/gfx would normally remove. Preserving a list of tile indexes has been added as a general feature to tools/gfx. sgb_border.bin needed to remove the 20x18 center area of $00 bytes. This is achievable with the standard tr utility.
2019-11-03sgb_border_nonmatching.bin has the 20x18 screen bytes within the 32x28 tilemapRangi
2018-09-22PREDEFPAL_4D -> PREDEFPAL_GAMEFREAK_LOGO_OBRangi
2018-09-16Identify some Spaceworld beta contentRangi
2018-06-24Fix triple newlines left over from removing address commentsRangi
2018-06-01SGB palette roles discovered from Spaceworld beta G/SRangi
2018-01-20PARTY_LENGTH; MON_NAME; sgb_border.binRemy Oukaour
2018-01-18Correct commentRemy Oukaour
2018-01-18SGB MON_NITE colorsRemy Oukaour
2018-01-18More accurate constant/label namesRemy Oukaour
2018-01-18Identify leftover SGB palettes from R/BRemy Oukaour
2018-01-18More .pal filesRemy Oukaour
2018-01-18Only graphics data goes in gfx/Remy Oukaour
Introduce PALRGB_WHITE constant for $7fff
2018-01-18BlkPacket commentsRemy Oukaour
2018-01-18Compact predef.palRemy Oukaour
2018-01-18More SGB documentationRemy Oukaour
2018-01-17More SGB documentationRemy Oukaour
2018-01-17Partially document SGB data from pokeredRemy Oukaour
2018-01-15Document PredefPals still used by CGB layoutsRemy Oukaour
2018-01-12Easier to find palette dataRemy Oukaour
2018-01-11Resize SGB graphicsRemy Oukaour
2018-01-09Move data/palettes/ .pal files into gfx/Remy Oukaour
2018-01-09Binary tilemapsRemy Oukaour
2017-12-11Move the rest of gfx/misc/ into specific directoriesRemy Oukaour