Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-18 | move mon icons into menu/mon_icons.asm | yenatch | |
2013-09-18 | more encounter functions | yenatch | |
2013-09-16 | more mobile functions | yenatch | |
2013-09-16 | clean up a couple mobile function comments | yenatch | |
nothing here is actually commented out | |||
2013-09-16 | rename hall of fame labels | yenatch | |
2013-09-15 | split title screen functions into engine/title.asm | yenatch | |
2013-09-15 | split the mobile adapter library into lib/mobile/ | yenatch | |
2013-09-15 | some time-dependent function | yenatch | |
2013-09-15 | split color asm and data into engine/color.asm | yenatch | |
2013-09-15 | dump a couple palettes in predef/cgb.asm | yenatch | |
2013-09-15 | dump a palette set at the end of bank 2 | yenatch | |
2013-09-15 | incbin some 0s back | yenatch | |
2013-09-15 | move part of an incbin into predef/cgb.asm | yenatch | |
2013-09-15 | remove some incbins in bank 2 | yenatch | |
2013-09-12 | finish an old script pointer table | yenatch | |
2013-09-11 | Merge pull request #203 from yenatch/globals | Bryan Bishop | |
consolidate labels across objects into globals.asm | |||
2013-09-11 | add globals.asm to .gitignore | yenatch | |
2013-09-11 | include globals.asm in pokecrystal.asm | yenatch | |
2013-09-11 | fix a typo in Makefile | yenatch | |
we want to link more than one object! | |||
2013-09-11 | consolidate labels across objects into globals.asm | yenatch | |
this is required for objects to share labels | |||
2013-09-11 | bump extras to use globals.asm | yenatch | |
2013-09-11 | move wram constants into constants.asm; make all labels use :s | yenatch | |
any global constants will have to be separate from any one object there might be a better way to fix this, like pulling constants in preprocessor.py | |||
2013-09-11 | check that a source file exists before scanning it for includes | yenatch | |
2013-09-10 | Merge pull request #202 from yenatch/rgbasm-objects | Bryan Bishop | |
makefile: support multiple rgbasm objects | |||
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 |