pokered/text/maps/route_22.asm, branch rgbgfx Pokémon Red and Blue Improve diffability with pokeyellow; remove address comments and ifs. 2015-12-06T21:04:42+00:00 IIMarckus iimarckus@gmail.com 2015-12-06T21:04:42+00:00 f33bd1d89e03b7eec679048ffdf704551b22fde0

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

Merge branch 'master' of https://github.com/huderlem/pokered into pull-data 2014-05-19T20:05:19+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-05-19T14:38:20+00:00 1a0992a2f16ba2026c7fbf9fcfd1576a0f81c329 Conflicts: main.asm text.asm text/maps/route_22.asm
Conflicts:
	main.asm
	text.asm
	text/maps/route_22.asm
Pull map scripts out of main.asm 2014-05-18T18:19:10+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-05-18T18:19:10+00:00 24c01b09bb2b617812bd826d1cf9ab5e3ec6a023

Documented/Labeled Route 22 scripts. 2014-05-13T15:43:09+00:00 Marcus Huderle huderlem@gmail.com 2014-05-13T15:43:09+00:00 d218d1972a9be5b9d0025a17842239e1fbf5b622

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 route text 2014-01-23T05:22:31+00:00 yenatch yenatch@gmail.com 2014-01-23T05:22:31+00:00 7762afaf993396df6221d3e06a5c76eb63325d46