Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-15 | Merge remote-tracking branch 'yenatch/png' | yenatch | |
2014-04-15 | Bump pokemontools for png manifest destiny. | yenatch | |
Now the past 10 or so commits actually work. | |||
2014-04-07 | Replace item constants | U-Fish-PC\Daniel | |
2014-04-07 | Replace one-byte sound effect pointers | U-Fish-PC\Daniel | |
2014-04-06 | Merge https://github.com/yenatch/pokered | IIMarckus | |
Conflicts: main.asm | |||
2014-04-06 | combine audio and music folders | U-Fish-PC\Daniel | |
2014-04-06 | A little more map name consistency | U-Fish-PC\Daniel | |
2014-04-05 | Accidentally added a second minimize graphic. | yenatch | |
2014-04-05 | Image handling in the makefile. | yenatch | |
2014-04-05 | Fix tile padding for house and ship_port tileset graphics. | yenatch | |
2014-04-05 | Add *.1bpp, *.2bpp, *.pic to .gitignore. | yenatch | |
These are now generated by the build. | |||
2014-04-05 | Remove "globals.asm" from .gitignore. | yenatch | |
globals.asm is no longer part of the build, is not generated, does not exist at all. | |||
2014-04-05 | Convert pngs in gfx/ to 1bpp and 2bpp. | yenatch | |
All graphics are now png. Some files were split out of necessity: - gfx/trade.2bpp -> gfx/game_boy.norepeat.png gfx/link_cable.png - gfx/red/introfight.2bpp -> gfx/red/intro_nido_{1,2,3}.6x6.png - gfx/blue/introfight.2bpp -> gfx/blue/intro_purin_{1,2,3}.6x6.png | |||
2014-04-05 | Use dimension constants in warp data and add map name consisntency | U-Fish-PC\Daniel | |
2014-04-04 | Replace .pic with .png. | yenatch | |
Compression is 1:1, so they're interchangeable. The drawback is this inflates the first build time. We've agreed that this is worth having pngs out of the box. | |||
2014-04-04 | "Fix" name indentation in credits. | yenatch | |
This appears to have taken advantage of number chars being -10 through -1. By adding to the middle of the screen, a number char could represent the number of tiles to indent. Or not, which is why this commit exists. | |||
2014-04-04 | Another bank. | yenatch | |
2014-04-04 | More tileset constants. | yenatch | |
2014-04-03 | Tileset constants in the wild. | yenatch | |
2014-04-03 | Name the tilesets and give them constants. | yenatch | |
Also clean up the tileset macro and remove placeholders/redundant files. | |||
2014-04-02 | Reference more static banks. | yenatch | |
2014-04-02 | Japanese character conversion tables. | yenatch | |
2014-04-02 | More Red pic labels and misc constants. | yenatch | |
Also correct erroneous label "Unknown_72ede". | |||
2014-03-30 | Use labels instead of static addresses in sound pointers. | yenatch | |
Static address substraction would wreak havoc in other memory configurations. | |||
2014-03-30 | Stop using [$ff00+$xx] syntax. | yenatch | |
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c, | |||
2014-03-30 | Remove the last "\@"s on local labels. | yenatch | |
2014-03-30 | Yet another static rom address (Tset15_Coll) | yenatch | |
2014-03-29 | Merge remote-tracking branch 'origin/master' into master | yenatch | |
2014-03-29 | Merge remote-tracking branch 'huderlem/master' into master | yenatch | |
Conflicts: main.asm | |||
2014-03-29 | Merge remote-tracking branch 'danny/master' into master | yenatch | |
2014-03-27 | Merge pull request #37 from Lin20/master | yenatch | |
ledge tiles documented | |||
2014-03-26 | ledge tiles documented | Lin | |
2014-02-20 | Removed hardcoded address. Labeled a few functions. | Marcus Huderle | |
2014-02-14 | Install: Command Line Tools for Xcode instead of the larger Xcode. | yenatch | |
2014-02-14 | Let rgbasm handle undefined version constants. | yenatch | |
2014-02-14 | audio: Include all constants | yenatch | |
2014-02-14 | Makefile: Don't group redrle with phony targets | yenatch | |
2014-02-14 | make compare: Use md5sum -c instead of comparing a base rom | yenatch | |
2014-02-14 | Rom checksums for use with md5sum -c | yenatch | |
2014-02-14 | Makefile: nothing uses the ALL_DEPENDENCIES variable. | yenatch | |
2014-02-14 | Makefile: fix a syntax error in redrle | yenatch | |
2014-02-14 | Consolidate rgbfix options between Red and Blue. | yenatch | |
Yellow and JP roms will take different options, but this is good for now. | |||
2014-02-13 | No more init.sh | yenatch | |
2014-02-13 | Rewrite the install instructions without init.sh. | yenatch | |
Cygwin instructions return. | |||
2014-02-13 | Readme: Builds both Red and Blue. | yenatch | |
2014-02-13 | Install: Refer to pokeblue.gbc by its filename. | yenatch | |
2014-02-02 | Replace hardcoded song ids | U-Fish-PC\Daniel | |
2014-02-01 | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Fish-PC\Daniel | |
Conflicts: main.asm | |||
2014-01-29 | Labeled Battle Center and Trade Center constants. | Marcus Huderle | |
2014-01-28 | Fix BookshelfTileIDs format | U-Fish-PC\Daniel | |