Commit graph

10 commits

Author SHA1 Message Date
yenatch c49dd99a98 Split wram.asm from poke{red,blue}.o into wram.o
wram.asm still defines some constants. They're moved into constants/wram_constants.asm.
2014-01-27 17:09:09 -05:00
yenatch 1b9ee46af9 Get rid of globals.asm. Use ::s to export labels between objects.
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-27 16:24:13 -05:00
yenatch 5acb7d8294 dedicated version includes 2014-01-07 19:13:37 -05:00
yenatch be83aeda84 include globals.asm in rgbasm objects 2013-12-07 20:02:51 -05:00
Bryan Bishop e84a5b2062 make extras/ a submodule
Use pokemontools v1.3.0 and use the same preprocessor as the pokecrystal
project.
2013-09-01 02:27:44 -05:00
IIMarckus b433cbd4b0 Better comments for the Game Freak room. 2013-05-23 17:12:47 -06:00
Bryan Bishop 4f7a07efa9 rename common.asm -> main.asm
hg-commit-id: adec8319c54b
2012-01-25 22:33:42 -06:00
IIMarckus 11e1fd7c88 Add missing newlines to ends of files.
hg-commit-id: b807e5dc9cef
2012-01-18 00:51:08 -07:00
stag019 74360178fb Palette differences between Red and Blue version.
hg-commit-id: 3bebb464b5f7
2012-01-15 01:15:58 -05:00
stag019 dc667fb75a Another attempt at splitting Red/Blue versions.
hg-commit-id: bd7cb987f964
2012-01-14 15:36:00 -05:00