Label and comment AnimatePartyMon
Comment where gym trainers get deactivated after beating the leader.
Add labels and comments to the Fan Club.
Use decimal for levels, and replace some hardcoded RAM addresses.
Improve comments/labels for Silph Co 7F.
Label a Route 11 gatehouse script better.
Merge branch 'master' of https://github.com/iimarckus/pokered
hotfix: Bump pokemontools so gfx.py doesn't look for a baserom.
Merge remote-tracking branch 'yenatch/png'
Bump pokemontools for png manifest destiny.
Replace one-byte sound effect pointers
Merge https://github.com/yenatch/pokered
combine audio and music folders
A little more map name consistency
Accidentally added a second minimize graphic.
Fix tile padding for house and ship_port tileset graphics.
Add *.1bpp, *.2bpp, *.pic to .gitignore.
Remove "globals.asm" from .gitignore.
Convert pngs in gfx/ to 1bpp and 2bpp.
Use dimension constants in warp data and add map name consisntency
"Fix" name indentation in credits.
Name the tilesets and give them constants.
Japanese character conversion tables.
More Red pic labels and misc constants.
Use labels instead of static addresses in sound pointers.
Remove the last "\@"s on local labels.
Yet another static rom address (Tset15_Coll)
Merge remote-tracking branch 'origin/master' into master
Merge remote-tracking branch 'huderlem/master' into master
Merge remote-tracking branch 'danny/master' into master
Merge pull request #37 from Lin20/master
Removed hardcoded address. Labeled a few functions.
Install: Command Line Tools for Xcode instead of the larger Xcode.
Let rgbasm handle undefined version constants.
Makefile: Don't group redrle with phony targets
make compare: Use md5sum -c instead of comparing a base rom
Rom checksums for use with md5sum -c
Makefile: nothing uses the ALL_DEPENDENCIES variable.
Makefile: fix a syntax error in redrle
Consolidate rgbfix options between Red and Blue.
Rewrite the install instructions without init.sh.
Readme: Builds both Red and Blue.
Install: Refer to pokeblue.gbc by its filename.
Replace hardcoded song ids
Merge branch 'master' of https://github.com/iimarckus/pokered
Labeled Battle Center and Trade Center constants.
Fix BookshelfTileIDs format
Makefile: condense dependency scanning into one loop
Split wram.asm from poke{red,blue}.o into wram.o
Clean up makefile messages and prerequisite handling
Get rid of globals.asm. Use ::s to export labels between objects.
added a couple of new moves constants
Merge branch 'text' of https://github.com/yenatch/pokered
Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered
Get rid of more unnecessary labels in text.asm
Makefile: remove duplicates when consolidating objects
Give a : to label def _UnnamedText_ef7d
Merge branch 'master' of https://github.com/iimarckus/pokered
Silph Co 1f text was actually somewhere else
Move city and town map text into text/maps
split viridian and oaks lab text into text/maps/
stamp out even more text macros in main
rename existing map text files and put them in text/maps/
Merge branch 'split-audio' into text
bump pokemontools for merging the previous bump
Merge remote-tracking branch 'iimarckus/master' into resplit-audio
clean up missed text macros in main.asm
bump pokemontools to play nice with EQUS
define music constants instead of running around with ((label-$4000)/3)
Label Pewter Movement Scripts