summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-04Another bank.yenatch
2014-04-04More tileset constants.yenatch
2014-04-03Tileset constants in the wild.yenatch
2014-04-03Name the tilesets and give them constants.yenatch
Also clean up the tileset macro and remove placeholders/redundant files.
2014-04-02Reference more static banks.yenatch
2014-04-02Japanese character conversion tables.yenatch
2014-04-02More Red pic labels and misc constants.yenatch
Also correct erroneous label "Unknown_72ede".
2014-03-30Use labels instead of static addresses in sound pointers.yenatch
Static address substraction would wreak havoc in other memory configurations.
2014-03-30Stop using [$ff00+$xx] syntax.yenatch
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
2014-03-30Remove the last "\@"s on local labels.yenatch
2014-03-30Yet another static rom address (Tset15_Coll)yenatch
2014-03-29Merge remote-tracking branch 'origin/master' into masteryenatch
2014-03-29Merge remote-tracking branch 'huderlem/master' into masteryenatch
Conflicts: main.asm
2014-03-29Merge remote-tracking branch 'danny/master' into masteryenatch
2014-03-27Merge pull request #37 from Lin20/masteryenatch
ledge tiles documented
2014-03-26ledge tiles documentedLin
2014-02-20Removed hardcoded address. Labeled a few functions.Marcus Huderle
2014-02-14Install: Command Line Tools for Xcode instead of the larger Xcode.yenatch
2014-02-14Let rgbasm handle undefined version constants.yenatch
2014-02-14audio: Include all constantsyenatch
2014-02-14Makefile: Don't group redrle with phony targetsyenatch
2014-02-14make compare: Use md5sum -c instead of comparing a base romyenatch
2014-02-14Rom checksums for use with md5sum -cyenatch
2014-02-14Makefile: nothing uses the ALL_DEPENDENCIES variable.yenatch
2014-02-14Makefile: fix a syntax error in redrleyenatch
2014-02-14Consolidate rgbfix options between Red and Blue.yenatch
Yellow and JP roms will take different options, but this is good for now.
2014-02-13No more init.shyenatch
2014-02-13Rewrite the install instructions without init.sh.yenatch
Cygwin instructions return.
2014-02-13Readme: Builds both Red and Blue.yenatch
2014-02-13Install: Refer to pokeblue.gbc by its filename.yenatch
2014-02-02Replace hardcoded song idsU-Fish-PC\Daniel
2014-02-01Merge branch 'master' of https://github.com/iimarckus/pokeredU-Fish-PC\Daniel
Conflicts: main.asm
2014-01-29Labeled Battle Center and Trade Center constants.Marcus Huderle
2014-01-28Fix BookshelfTileIDs formatU-Fish-PC\Daniel
2014-01-27Makefile: condense dependency scanning into one loopyenatch
2014-01-27Split wram.asm from poke{red,blue}.o into wram.oyenatch
wram.asm still defines some constants. They're moved into constants/wram_constants.asm.
2014-01-27Clean up makefile messages and prerequisite handlingyenatch
2014-01-27Get rid of globals.asm. Use ::s to export labels between objects.yenatch
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.
2014-01-26added a couple of new moves constantsAdam AKA Coolboyman
2014-01-26Merge branch 'text' of https://github.com/yenatch/pokeredIIMarckus
2014-01-26Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokeredIIMarckus
2014-01-24Get rid of more unnecessary labels in text.asmyenatch
2014-01-23Makefile: remove duplicates when consolidating objectsyenatch
2014-01-23Give a : to label def _UnnamedText_ef7dyenatch
2014-01-23Make text.asm an objectyenatch
2014-01-23Bank constants for text.asmyenatch
2014-01-23Move text banks into text.asmyenatch
2014-01-23Split out move namesyenatch
2014-01-23Split out the rest of map textyenatch