pokered-fr/preprocessor.py, branch rgbgfx Pokémon Rouge et Bleue (Français) Remove prequeue and preprocessor (now unused). 2014-11-05T08:32:11+00:00 IIMarckus iimarckus@gmail.com 2014-11-05T08:32:11+00:00 5b443a5adeec63522f27cad3b177550c7df0650f

Add a lot of Yellow text changes. 2014-10-10T07:46:06+00:00 IIMarckus iimarckus@gmail.com 2014-10-10T07:46:06+00:00 6e14461fa6d5085349e4746b61c526f3c94be19f

Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27T21:24:13+00:00 yenatch yenatch@gmail.com 2014-01-27T21:22:41+00:00 1b9ee46af9f8baac0d266a54130115a719788377 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.
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.
prequeue: less wasteful stdout rerouting 2013-12-08T01:02:49+00:00 yenatch yenatch@gmail.com 2013-12-08T00:58:30+00:00 23268279f2e36ead00de93724e5ac5d8dba6194f

handle preprocessing in one python procress; export asm labels 2013-12-08T01:01:50+00:00 yenatch yenatch@gmail.com 2013-12-07T03:40:46+00:00 120ba9664992cada4781e4d524304e4499e9083f instead of running a process for each file, one process handles all files rgbasm requires label EXPORT definitions for cross-object compiling. this is handled by globals.asm
instead of running a process for each file, one process handles all files
rgbasm requires label EXPORT definitions for cross-object compiling. this is handled by globals.asm
rename textpre.py -> preprocessor.py 2013-12-05T06:42:50+00:00 yenatch yenatch@gmail.com 2013-12-05T06:42:50+00:00 fbc0e5353bf3ceaf92c281a8ce0901626b198bbc