aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* intro: real 2bpp graphic splash (POKeMON SL0P EDITION)Ash Ketchum7 days1-0/+1
| | | | | | | | 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.
* Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-0/+1
|
* Start reorganizing pokeyellowRangi2020-11-041-3/+3
|
* Sync with pokereddannye2020-11-041-44/+18
|
* Convert pikachu cries to .wav files, and process .wav files into .pcm files ↵Marcus Huderle2015-10-241-1/+4
| | | | | | at compile-time. Update pret
* Complete documentation of bank3luckytyphlosion2015-10-181-1/+1
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* Ignore changes to replace.shluckytyphlosion2015-10-121-0/+3
|
* More pikachu related bank3fluckytyphlosion2015-09-201-0/+18
|
* Don't ignore .map filesU-Daniel-PC\Daniel2015-01-241-1/+0
| | | | it makes it confusing to edit/move the tilemaps in gfx/
* Stop preprocessing files.stag0192014-11-041-3/+0
|
* Add *.1bpp, *.2bpp, *.pic to .gitignore.yenatch2014-04-051-0/+5
| | | | These are now generated by the build.
* Remove "globals.asm" from .gitignore.yenatch2014-04-051-3/+0
| | | | globals.asm is no longer part of the build, is not generated, does not exist at all.
* handle preprocessing in one python procress; export asm labelsyenatch2013-12-071-0/+3
| | | | | instead of running a process for each file, one process handles all files rgbasm requires label EXPORT definitions for cross-object compiling. this is handled by globals.asm
* map/symfiles in .gitignoreyenatch2013-12-061-7/+8
|
* revert pokemontools to 7aa016fbU-Fish-PC\Daniel2013-09-161-1/+1
|
* Add generate_sys.py.Sanky2012-12-211-0/+3
|
* .hgignore -> .gitignoreBryan Bishop2012-08-261-0/+30