summaryrefslogtreecommitdiff
path: root/gfx
AgeCommit message (Collapse)Author
2022-03-12tools/palfix.py gfx/pokemon/nidoran_m/back.pngRangi
2022-03-12Fix mono Nidoran♂ back sprite issue (#885)FrenchOrange
2022-03-04Make male Nidoran's back pic indexed (#884)Eldred Habert
It's the only backpic that isn't indexed; this inconsistency is a little problematic when doing, er, batch processing
2021-10-24Add assertions to some more tablesRangi
2021-04-13Remove extra trailing newlineRangi
2021-04-13Group miscellaneous graphics from main.asm into their own object fileRangi
Fixes #824
2021-03-18Run tools/palfix.py on gfxRangi
2021-03-16Revise some constant definitionsRangi
2021-03-10Define MAPGROUP_* constants and verify MapGroup_* table sizesRangi
2021-03-04Verify data table sizes with table_width and assert_table_length macrosRangi
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
2020-11-08Rename "dummy game" to "memory game"Rangi
2020-11-03Identify more uses of wBuffer1-6Rangi
2020-11-01Identify some more labels, and make some more consistentRangi
2020-10-30Extract more RGB data to .pal filesRangi
2020-10-26Use more assertions to ensure correct code and dataRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
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-08-27Move all splash screen files to gfx/splashmid-kid
2020-08-12Factor out gfx/pack/pack_menu.tilemapRangi
2020-08-11Identify some time-related dataRangi
2020-07-17Port pokered's more local system for trade animation scriptsRangi
Also factor out trade tilemaps
2020-07-17SPRITE_GYM_GUY -> SPRITE_GYM_GUIDERangi
2020-06-28Reformat gfx/trade/game_boy.png and fix tools/gfx --preserveRangi
2020-06-28Fix lzcomp flags after fixing uninitialized read bugaaaaaa123456789
2020-06-21Comment more ROM labels as unreferencedRangi
(Some unreferenced labels are above code which is still used via fallthrough!)
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2020-06-11Remove redundant tile graphics file, reuse othersRangi
2020-06-03Separate UnusedBattleObjectPals from PartyMenuOBPalsRangi
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-17Rename pokecrystal.link to layout.linkRangi
This is independent of the project name, and clearly applies to pokecrystal11, pokecrystal-au, etc.
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.
2020-04-04Upgrade to rgbds 0.4.0Rangi
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
2020-03-21rgbds supports 'X - 1' instead of 'X + -1'Rangi
2020-03-16Combine Celebi frames into one PNGRangi
2020-03-01Change how some PNG graphics are formattedRangi
2020-02-28Identify remaining gfx/unknown filesRangi
2020-02-26Identify gfx/unknown/4985a.asm as gfx/tilesets/forest-tree/unused.pngRangi
2020-02-25unused_dark_cave -> unused_johto (goes with the beta Johto town+city maps)Rangi
2019-11-23Separate tilesets.o goes with pics.o and sprites.oRangi
2019-11-03128px is the standard tileset widthRangi
2019-11-03Correct question_mark.2bpp hash and rgbgfx flagsRangi
2019-11-03The $C9 byte in page2.tilemap is a ret opcodeRangi
2019-11-03GFX_17eb7e -> PokemonNewsTileAttrmapRangi
2019-11-03sgb_border_nonmatching.bin has the 20x18 screen bytes within the 32x28 tilemapRangi
2019-11-03Identify intro tilemaps and attrmapsRangi
2019-11-03Rename TILESET_BATTLE_TOWER to TILESET_BATTLE_TOWER_INSIDERangi