Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-11 | use a docstring instead of comments in scan_includes | yenatch | |
2013-09-11 | abstract make targets are now phony | yenatch | |
2013-09-11 | rename lzs make target to gfx | yenatch | |
2013-09-11 | rename make variables for graphics files | yenatch | |
2013-09-11 | scan source files for Makefile dependencies | yenatch | |
preprocessing should work with multiple object files now | |||
2013-09-11 | change old .tx includes to .asm | yenatch | |
these were forgotten about with the last preprocessor change. this is required for object dependencies to be handled by make. | |||
2013-09-10 | rewrite Makefile to handle multiple rgbasm objects | yenatch | |
for now, any new files to preprocess will trigger the targets for all objects. this isn't a problem yet since there's still only one object. | |||
2013-09-10 | move gbhw.asm and hram.asm to constants.asm | yenatch | |
they're constants, so they have no business in pokecrystal.asm | |||
2013-09-10 | preprocess everything | yenatch | |
it makes more sense this way | |||
2013-09-10 | Merge branch 'master' into rgbasm-objects | yenatch | |
2013-09-09 | Merge pull request #201 from kanzure/fix-submodule-version | Bryan Bishop | |
bump submodule again | |||
2013-09-10 | bump submodule again | Bryan Bishop | |
2013-09-10 | Merge branch 'master' into rgbasm-objects | yenatch | |
2013-09-09 | Merge pull request #200 from kanzure/update-refactored-preprocessor | Bryan Bishop | |
Update preprocessor to use a class. Bump the submodule. | |||
2013-09-10 | no need to use python if baserom.gbc doesn't exist | yenatch | |
this part is only reached if baserom.gbc doesn't exist, so it's pointless to check if it does | |||
2013-09-09 | suppress .tx handling in Makefile | yenatch | |
there are too many .tx files for the commands to be meaningful better to just look at the makefile to see what's going on | |||
2013-09-09 | Merge pull request #198 from yenatch/split-predefs-specials-stds | Bryan Bishop | |
decouple home/ from engine/ | |||
2013-09-09 | rename common/ to home/ | yenatch | |
2013-09-09 | split spikes effect into effects/spikes.asm | yenatch | |
2013-09-09 | comment spikes move effect | yenatch | |
2013-09-09 | add a note to endure.asm | yenatch | |
this is easier than combining protect and endure | |||
2013-09-09 | split protect and endure effects into battle/effects/ | yenatch | |
2013-09-09 | comment protect and endure move effects | yenatch | |
2013-09-09 | consecutive protect/endure count in battle | yenatch | |
2013-09-09 | split curse effect into battle/effects/curse.asm | yenatch | |
2013-09-09 | Merge pull request #4 from kanzure/fix-split-predefs-specials-stds | yenatch | |
Fix split predefs specials stds | |||
2013-09-09 | Merge branch 'yenatch/split-predefs-specials-stds' into ↵ | Bryan Bishop | |
fix-split-predefs-specials-stds https://github.com/kanzure/pokecrystal/pull/198 | |||
2013-09-09 | Merge branch 'yenatch/split-predefs-specials-stds' into ↵ | Bryan Bishop | |
fix-split-predefs-specials-stds https://github.com/kanzure/pokecrystal/pull/198 | |||
2013-09-09 | Merge branch 'yenatch/split-predefs-specials-stds' into ↵ | Bryan Bishop | |
fix-split-predefs-specials-stds https://github.com/kanzure/pokecrystal/pull/198 | |||
2013-09-09 | Merge branch 'yenatch/split-predefs-specials-stds' into ↵ | Bryan Bishop | |
fix-split-predefs-specials-stds https://github.com/kanzure/pokecrystal/pull/198 | |||
2013-09-09 | move name rater asm into event/name_rater.asm | yenatch | |
2013-09-09 | name rater special | yenatch | |
2013-09-09 | name a couple specials | yenatch | |
2013-09-09 | split sgb-to-cgb asm into predef/cgb.asm | yenatch | |
2013-09-09 | cgb replacements for sgb layouts | yenatch | |
2013-09-09 | split sgb stuff into predef/sgb.asm | yenatch | |
2013-09-09 | sgb layout predef | yenatch | |
2013-09-09 | CheckCGB | yenatch | |
2013-09-09 | typo in CheckContestMon | yenatch | |
2013-09-09 | comment flag predef | yenatch | |
this is like FlagAction but with index c instead of de | |||
2013-09-09 | PokedexSeen and PokedexCaught were swapped | yenatch | |
2013-09-09 | clean up more bank 0 | yenatch | |
2013-09-09 | move multiplication/division functions into common/math.asm | yenatch | |
2013-09-09 | split more copy functions into common/copy2.asm | yenatch | |
2013-09-09 | clean up some common includes and give names to wram copy functions | yenatch | |
2013-09-08 | split Predef into common/predef.asm | yenatch | |
2013-09-08 | split serial handshake into common/handshake.asm | yenatch | |
2013-09-08 | Merge pull request #197 from yenatch/master | Bryan Bishop | |
comment some move effects | |||
2013-09-08 | ItemIsMail and comment thief move effect | yenatch | |
2013-09-08 | comment arena trap move effect asm | yenatch | |