summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-18fix formatting in player pic asmyenatch
2013-09-18move dratini special into event/dratini.asmyenatch
2013-09-18move mon icons into menu/mon_icons.asmyenatch
2013-09-18more encounter functionsyenatch
2013-09-16more mobile functionsyenatch
2013-09-16clean up a couple mobile function commentsyenatch
2013-09-16rename hall of fame labelsyenatch
2013-09-15split title screen functions into engine/title.asmyenatch
2013-09-15split the mobile adapter library into lib/mobile/yenatch
2013-09-15some time-dependent functionyenatch
2013-09-15split color asm and data into engine/color.asmyenatch
2013-09-15dump a couple palettes in predef/cgb.asmyenatch
2013-09-15dump a palette set at the end of bank 2yenatch
2013-09-15incbin some 0s backyenatch
2013-09-15move part of an incbin into predef/cgb.asmyenatch
2013-09-15remove some incbins in bank 2yenatch
2013-09-12finish an old script pointer tableyenatch
2013-09-11Merge pull request #203 from yenatch/globalsBryan Bishop
2013-09-11add globals.asm to .gitignoreyenatch
2013-09-11include globals.asm in pokecrystal.asmyenatch
2013-09-11fix a typo in Makefileyenatch
2013-09-11consolidate labels across objects into globals.asmyenatch
2013-09-11bump extras to use globals.asmyenatch
2013-09-11move wram constants into constants.asm; make all labels use :syenatch
2013-09-11check that a source file exists before scanning it for includesyenatch
2013-09-10Merge pull request #202 from yenatch/rgbasm-objectsBryan Bishop
2013-09-11use a docstring instead of comments in scan_includesyenatch
2013-09-11abstract make targets are now phonyyenatch
2013-09-11rename lzs make target to gfxyenatch
2013-09-11rename make variables for graphics filesyenatch
2013-09-11scan source files for Makefile dependenciesyenatch
2013-09-11change old .tx includes to .asmyenatch
2013-09-10rewrite Makefile to handle multiple rgbasm objectsyenatch
2013-09-10move gbhw.asm and hram.asm to constants.asmyenatch
2013-09-10preprocess everythingyenatch
2013-09-10Merge branch 'master' into rgbasm-objectsyenatch
2013-09-09Merge pull request #201 from kanzure/fix-submodule-versionBryan Bishop
2013-09-10bump submodule againBryan Bishop
2013-09-10Merge branch 'master' into rgbasm-objectsyenatch
2013-09-09Merge pull request #200 from kanzure/update-refactored-preprocessorBryan Bishop
2013-09-10no need to use python if baserom.gbc doesn't existyenatch
2013-09-09suppress .tx handling in Makefileyenatch
2013-09-09Merge pull request #198 from yenatch/split-predefs-specials-stdsBryan Bishop
2013-09-09rename common/ to home/yenatch
2013-09-09split spikes effect into effects/spikes.asmyenatch
2013-09-09comment spikes move effectyenatch
2013-09-09add a note to endure.asmyenatch
2013-09-09split protect and endure effects into battle/effects/yenatch
2013-09-09comment protect and endure move effectsyenatch
2013-09-09consecutive protect/endure count in battleyenatch