pokeyellow/text/maps/agatha.asm, branch remove-pip Pokémon Yellow Part 1 of syncing with pokered. 2016-06-08T11:44:58+00:00 IIMarckus iimarckus@gmail.com 2016-06-08T11:44:58+00:00 6e8c3883e430b567f7aa8f9230e366e03610bd5a

Remaining maps in bank 1D (and the whole ROM) 2016-06-04T03:25:35+00:00 pikalaxalt PikalaxALT@gmail.com 2016-06-04T03:25:35+00:00 63123f9ad3fa18057811c29c7e3542ebf683d219

Remove (incorrect) address comments 2015-08-01T21:34:51+00:00 U-Daniel-PC\Daniel corrnondacqb@yahoo.com 2015-06-08T07:09:10+00:00 1d63499fa73f028a5409ff358caedc8972a57552 Conflicts: text.asm
Conflicts:
	text.asm
Build only Yellow 2015-08-01T21:32:39+00:00 U-Daniel-PC\Daniel corrnondacqb@yahoo.com 2015-06-06T18:51:06+00:00 8f2edd9c413d09c4ec74abab7e2af0a2fcc5d951 Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
Conflicts:
	gfx/intro_nido_1.6x6.png
	gfx/intro_nido_2.6x6.png
	gfx/intro_nido_3.6x6.png
	gfx/redgreenversion.png
	text.asm
	text/maps/cerulean_trade_house.asm
	text/maps/copycats_house_1f.asm
	text/maps/daycare_2.asm
	text/maps/museum_2f.asm
	text/maps/oaks_lab.asm
	text/maps/pewter_gym.asm
	text/maps/route_9_1.asm
	text/maps/school.asm
	text/maps/vermilion_gym_1.asm
	yellow/main.asm
Fix typo in previous. 2014-10-10T08:01:47+00:00 IIMarckus iimarckus@gmail.com 2014-10-10T08:01:47+00:00 00049b6f3986b4052f9e91c3cce7b26cf1499129

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.
split out a bunch of map text 2014-01-22T22:47:55+00:00 yenatch yenatch@gmail.com 2014-01-22T21:18:39+00:00 31f074542bd5da787d95001fefd6cd944153fed3