aboutsummaryrefslogtreecommitdiffstats
path: root/gfx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* intro: real 2bpp graphic splash (POKeMON SL0P EDITION)Ash Ketchum7 days1-0/+0
| | | | | | | | Replace the plain-text splash with an actual rendered graphic: gfx/slop/intro.png (bordered banner, big drop-shadowed SL0P logo) -> deduped tiles + tilemap via a custom rgbgfx Makefile rule (164 tiles). SlopSplash loads it into VRAM (BG map, 0x8000 tiles), holds ~2s, fades out, and restores LCDC_DEFAULT so the overworld BG addressing + OBJ sprites are intact. Reproducible from the PNG.
* Convert some PNG graphics to 2-bit grayscale (#143)Narishma-gb2025-12-1920-0/+0
|
* Separate surfing Pikachu graphics from audio engine codeRangi2025-10-191-0/+2
| | | | Fixes #137
* Misc. naming and cleanup (#139)Narishma-gb2025-09-105-0/+5
| | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* Fix .tilemap file extension, fix some typos (#138)Narishma-gb2025-09-068-0/+0
|
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-024-1/+1
|\
| * Distinguish single trainer pics section from Pokemon picsRangi422025-06-251-1/+1
| |
| * Fishing graphics make more sense horizontallyRangi422025-06-253-0/+0
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-204-4/+4
|\|
| * Thoroughly document debug code (#410)SatoMew2023-07-151-2/+2
| |
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-133-2/+2
| | | | | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-022-0/+0
|\|
| * Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-252-0/+0
| | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
| * Gen 1's Minimize graphic was not a complete 8x8 tileRangi2022-03-041-0/+0
| |
* | Gen 1's Minimize graphic was not a complete 8x8 tileRangi2022-03-041-0/+0
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-091-1/+0
|\|
| * Use BANK("Pics #") for Pokémon and trainer picsRangi2021-05-061-1/+0
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-142-0/+0
|\|
| * Fix file modesdannye2020-11-141-0/+0
| |
| * All battle back pictures end with "b"Rangi2020-11-052-1/+1
| |
| * Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi2020-08-2816-1/+1
| |
| * cycling.png -> red_bike.pngRangi2020-07-172-1/+1
| |
| * Identify remaining tilemap IDsRangi2020-07-175-0/+2
| |
| * Update sprite namesRangi2020-07-1732-67/+67
| | | | | | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
| * Identify trade-related tilemapsRangi2020-07-162-0/+2
| |
| * Factor out animation tilemapsRangi2020-07-163-0/+0
| |
| * Un-deduplicate gfx/intro_credits/gengar.png's tilesRangi2020-07-161-0/+0
| |
| * Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-0/+0
| |
| * gfx/overworld/spinners.png, like gfx/battle/balls.png, is 4x1 not 2x2Rangi2020-07-051-0/+0
| |
| * Factor out graphics INCBINs from main.asm to gfx/*.asmRangi2020-07-036-0/+61
| |
| * Move graphics-only object file sources into gfx/Rangi2020-07-033-0/+512
| | | | | | | | | | | | Previously this wasn't working, but now the Makefile uses pokegold's technique for running scan_includes. It also enables and fixes some rgbds warnings ("Non-local labels without a colon are deprecated").
| * Add original Red/Green SGB border and slot machine graphicsRangi2020-06-284-0/+0
| |
| * Add original Red/Green tileset graphics which differ from Red/BlueRangi2020-06-273-0/+0
| | | | | | | | This is just for convenience, like the Red/Green Pokémon front sprites.
| * Move trade bubble from gfx/icons to gfx/tradeRangi2020-06-271-0/+0
| |
| * Individual images for party menu icon graphicsRangi2020-06-276-0/+0
| |
| * Move mon_nest_icon.png to gfx/town_mapRangi2020-06-271-0/+0
| |
| * Merge pic/ into gfx/Rangi2020-06-27508-0/+0
| |
| * Fix the slot machine tilemap, and adjust the slot graphicsRangi2020-06-273-0/+0
| |
| * Replace .tilecoll files with tile ID db dataRangi2020-06-2719-19/+0
| |
| * Organize gfx/Rangi2020-06-2778-0/+0
| |
| * Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-0/+0
| | | | | | | | Polished Map
| * Use rgbgfx and c tools instead of the submodule.yenatch2018-03-1023-0/+0
| |
| * Remove the Beach House option.IIMarckus2016-06-073-1/+0
| |
* | Remove unused RG/RB graphicsRangi2020-11-05482-162/+162
| |
* | Start reorganizing pokeyellowRangi2020-11-0441-1/+168
| |
* | Sync with pokereddannye2020-11-04827-20/+576
| |
* | Sync with pokereddannye2020-05-206-0/+0
| |
* | Port pull request #234 from pokered, and fix bloated Pikachu imagesCelestialAmber2020-05-033-0/+0
| |
* | Update toolsCeleste Brault2019-06-1023-0/+0
| |
* | actually fixed e40ccMightyBirdy2016-12-031-0/+0
| |