| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | More tileset constants. | yenatch | 2014-04-04 | 1 | -17/+17 | |
| | | | ||||||
| | * | Tileset constants in the wild. | yenatch | 2014-04-03 | 1 | -198/+198 | |
| | | | ||||||
| | * | Name the tilesets and give them constants. | yenatch | 2014-04-03 | 90 | -407/+455 | |
| | | | | | | | | | Also clean up the tileset macro and remove placeholders/redundant files. | |||||
| | * | Reference more static banks. | yenatch | 2014-04-02 | 1 | -6/+8 | |
| | | | ||||||
| * | | combine audio and music folders | U-Fish-PC\Daniel | 2014-04-06 | 380 | -375/+375 | |
| | | | ||||||
| * | | A little more map name consistency | U-Fish-PC\Daniel | 2014-04-06 | 3 | -8/+8 | |
| | | | ||||||
| * | | Use dimension constants in warp data and add map name consisntency | U-Fish-PC\Daniel | 2014-04-05 | 14 | -1033/+1037 | |
| |/ | ||||||
| * | Japanese character conversion tables. | yenatch | 2014-04-02 | 1 | -54/+14 | |
| | | ||||||
| * | More Red pic labels and misc constants. | yenatch | 2014-04-02 | 1 | -20/+19 | |
| | | | | | Also correct erroneous label "Unknown_72ede". | |||||
| * | Use labels instead of static addresses in sound pointers. | yenatch | 2014-03-30 | 3 | -22/+15 | |
| | | | | | Static address substraction would wreak havoc in other memory configurations. | |||||
| * | Stop using [$ff00+$xx] syntax. | yenatch | 2014-03-30 | 6 | -1445/+1445 | |
| | | | | | rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c, | |||||
| * | Remove the last "\@"s on local labels. | yenatch | 2014-03-30 | 1 | -13/+13 | |
| | | ||||||
| * | Yet another static rom address (Tset15_Coll) | yenatch | 2014-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into master | yenatch | 2014-03-29 | 1 | -2/+3 | |
| |\ | ||||||
| | * | Merge pull request #37 from Lin20/master | yenatch | 2014-03-27 | 1 | -2/+3 | |
| | |\ | | | | | | | ledge tiles documented | |||||
| | | * | ledge tiles documented | Lin | 2014-03-26 | 1 | -2/+3 | |
| | |/ | ||||||
| * | | Merge remote-tracking branch 'huderlem/master' into master | yenatch | 2014-03-29 | 1 | -20/+24 | |
| |\ \ | | | | | | | | | | | | | Conflicts: main.asm | |||||
| | * | | Removed hardcoded address. Labeled a few functions. | Marcus Huderle | 2014-02-20 | 1 | -18/+22 | |
| | | | | ||||||
| | * | | Labeled Battle Center and Trade Center constants. | Marcus Huderle | 2014-01-29 | 1 | -4/+4 | |
| | |/ | ||||||
| * | | Merge remote-tracking branch 'danny/master' into master | yenatch | 2014-03-29 | 1 | -135/+141 | |
| |\ \ | ||||||
| | * | | Replace hardcoded song ids | U-Fish-PC\Daniel | 2014-02-02 | 1 | -10/+10 | |
| | | | | ||||||
| | * | | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Fish-PC\Daniel | 2014-02-01 | 305 | -23408/+27007 | |
| | |\| | | | | | | | | | | | | | Conflicts: main.asm | |||||
| | * | | Fix BookshelfTileIDs format | U-Fish-PC\Daniel | 2014-01-28 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch 'master' of https://github.com/iimarckus/pokered | U-Fish-PC\Daniel | 2014-01-23 | 2 | -259/+291 | |
| | |\ \ | ||||||
| | * | | | Label Pewter Movement Scripts | U-Fish-PC\Daniel | 2014-01-13 | 1 | -16/+22 | |
| | | | | | ||||||
| | * | | | Replace false TX_RAM | U-Fish-PC\Daniel | 2014-01-12 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' of https://github.com/dannye/pokered | U-Daniel-Laptop\Daniel | 2014-01-08 | 3 | -218/+489 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: main.asm | |||||
| | * \ \ \ | Merge branch 'master' of https://github.com/huderlem/pokered | U-Daniel-Laptop\Daniel | 2013-12-28 | 9 | -224/+430 | |
| | |\ \ \ \ | ||||||
| | * | | | | | remove redundant addressess | U-Daniel-Laptop\Daniel | 2013-12-28 | 1 | -109/+109 | |
| | | | | | | | ||||||
| * | | | | | | Install: Command Line Tools for Xcode instead of the larger Xcode. | yenatch | 2014-02-14 | 1 | -2/+5 | |
| | | | | | | | ||||||
| * | | | | | | Let rgbasm handle undefined version constants. | yenatch | 2014-02-14 | 4 | -6/+22 | |
| | | | | | | | ||||||
| * | | | | | | audio: Include all constants | yenatch | 2014-02-14 | 1 | -8/+1 | |
| | | | | | | | ||||||
| * | | | | | | Makefile: Don't group redrle with phony targets | yenatch | 2014-02-14 | 1 | -4/+4 | |
| | | | | | | | ||||||
| * | | | | | | make compare: Use md5sum -c instead of comparing a base rom | yenatch | 2014-02-14 | 1 | -5/+2 | |
| | | | | | | | ||||||
| * | | | | | | Rom checksums for use with md5sum -c | yenatch | 2014-02-14 | 1 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | Makefile: nothing uses the ALL_DEPENDENCIES variable. | yenatch | 2014-02-14 | 1 | -1/+0 | |
| | | | | | | | ||||||
| * | | | | | | Makefile: fix a syntax error in redrle | yenatch | 2014-02-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Consolidate rgbfix options between Red and Blue. | yenatch | 2014-02-14 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Yellow and JP roms will take different options, but this is good for now. | |||||
| * | | | | | | No more init.sh | yenatch | 2014-02-13 | 1 | -17/+0 | |
| | | | | | | | ||||||
| * | | | | | | Rewrite the install instructions without init.sh. | yenatch | 2014-02-13 | 1 | -11/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Cygwin instructions return. | |||||
| * | | | | | | Readme: Builds both Red and Blue. | yenatch | 2014-02-13 | 1 | -7/+9 | |
| | | | | | | | ||||||
| * | | | | | | Install: Refer to pokeblue.gbc by its filename. | yenatch | 2014-02-13 | 1 | -1/+1 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Makefile: condense dependency scanning into one loop | yenatch | 2014-01-27 | 1 | -2/+0 | |
| | | | | | | ||||||
| * | | | | | Split wram.asm from poke{red,blue}.o into wram.o | yenatch | 2014-01-27 | 6 | -12/+18 | |
| | | | | | | | | | | | | | | | | | | | | | wram.asm still defines some constants. They're moved into constants/wram_constants.asm. | |||||
| * | | | | | Clean up makefile messages and prerequisite handling | yenatch | 2014-01-27 | 1 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | Get rid of globals.asm. Use ::s to export labels between objects. | yenatch | 2014-01-27 | 277 | -4358/+4346 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third. | |||||
| * | | | | | added a couple of new moves constants | Adam AKA Coolboyman | 2014-01-26 | 2 | -10/+12 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'text' of https://github.com/yenatch/pokered | IIMarckus | 2014-01-26 | 227 | -14567/+18274 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Get rid of more unnecessary labels in text.asm | yenatch | 2014-01-24 | 1 | -10/+0 | |
| | | | | | | | ||||||
| | * | | | | | Makefile: remove duplicates when consolidating objects | yenatch | 2014-01-23 | 1 | -0/+1 | |
| | | | | | | | ||||||
