aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* intro: real 2bpp graphic splash (POKeMON SL0P EDITION)Ash Ketchum7 days1-0/+8
| | | | | | | | 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.
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-171-1/+9
|\
| * Add `_vc` patch targets to `.PHONY`Rangi2025-11-131-1/+11
| |
* | Minor fix in Makefile, add one `PIKACHU_SPRITE_INDEX` (#141)Narishma-gb2025-11-221-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-9/+18
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-22/+29
| |
* | Separate surfing Pikachu graphics from audio engine codeRangi2025-10-191-0/+1
| | | | | | | | Fixes #137
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-1/+2
| | | | | | | | | | | | | | | | | | * Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-7/+13
|\|
| * Specify file extensions that `make` does not generateRangi422025-08-271-5/+12
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-021-4/+4
|\|
| * Require RGBDS 0.9.3 for its DMG palette specs (#513)Rangi2025-07-021-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-101-1/+1
|\|
| * Use "command -v" instead of "which"mid-kid2025-03-071-1/+1
| | | | | | | | | | | | The "which" command has been deprecated in debianutils, and while other distributions still ship it, "command -v" is in POSIX and implemented without external packages.
| * Use exported constants for VC patch (#483)vulcandth2024-12-271-5/+1
| |
| * Use RGBDS 0.9.0 (#482)Rangi2024-12-251-6/+6
| |
| * Use long option flags for rgbgfx, same as tools/gfxRangi422024-08-281-9/+9
| |
* | Use exported constants for VC patch (#124)vulcandth2024-12-271-5/+1
| |
* | Remove `-Wnumeric-string=2`Rangi422024-12-251-1/+1
| |
* | Use RGBDS 0.9.0 (#123)Rangi2024-12-251-1/+1
| |
* | Use long option flags for rgbgfx, same as tools/gfxRangi422024-08-281-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-051-1/+1
|\|
| * Update to RGBDS 0.7.0 (#447)Rangi2024-01-031-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-04-251-8/+9
|\|
| * Fix preinclude dependenciesmid-kid2022-10-251-8/+9
| | | | | | | | | | | | From pokecrystal: - 0425018d1ce5b3b726e3cd83f59f14ead9171c92 - 8b429e2a545e87407a3b8c7b92f7ceafc455e390
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-6/+6
|\|
| * Require rgbds 0.6.0Rangi2022-10-021-11/+11
| |
| * Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-251-2/+2
| | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
| * Add a subdirectory for RAM filesRangi2022-06-171-1/+1
| |
| * Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-261-13/+55
| |
| * Slightly refactor some C toolsRangi2022-03-081-1/+1
| |
* | Add a subdirectory for RAM filesRangi2022-06-171-1/+1
| |
* | Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-15/+48
| |
* | Slightly refactor some C toolsRangi2022-03-081-1/+1
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-1/+1
|\|
| * Use ~X instead of $ff ^ XRangi2021-11-231-1/+1
| |
| * Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi2020-08-281-9/+9
| |
| * 'make clean' reuses 'make tidy' commandsRangi2020-08-111-3/+1
| |
| * 'make tidy' shouldn't trigger 'make -C tools'Rangi2020-07-281-1/+1
| |
| * Un-deduplicate gfx/intro_credits/gengar.png's tilesRangi2020-07-161-0/+2
| |
| * Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-14/+24
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-061-1/+1
| |
| * File-specific graphics rules update rgbgfx (flags only), not RGBGFX (program ↵Rangi2020-07-051-7/+7
| | | | | | | | | | | | path), like pokecrystal Fixes #227
| * Use SHA-1, not MD5, for 'make compare'Rangi2020-07-051-3/+6
| | | | | | | | Fixes #183
| * Verify that rgbds is at least verson 0.4.0Rangi2020-07-041-7/+10
| | | | | | | | Adapt the INSTALL guide from pokecrystal.
| * Move graphics-only object file sources into gfx/Rangi2020-07-031-15/+30
| | | | | | | | | | | | 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").
| * Use --preserve instead of a hard-coded blank tileRangi2020-06-281-0/+1
| |
| * Create .map files, and don't sort .sym files since rgbds 0.4.0 does thatRangi2020-06-271-4/+3
| |
| * Merge pic/ into gfx/Rangi2020-06-271-1/+1
| |
| * Fix the slot machine tilemap, and adjust the slot graphicsRangi2020-06-271-0/+3
| |