pokered/menu, branch adding-pokemon Pokémon Red and Blue Pull a lot of engine out of main.asm 2014-05-22T22:13:20+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-05-22T22:13:20+00:00 15427f532085846ab6b51719be687951a094cb6c

Name hidden object routines 2014-05-21T23:13:07+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-05-21T23:08:32+00:00 77e300927be6ca69529862d926bb78bcc6314787

More misc relabelling 2014-05-21T17:10:07+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-05-21T17:10:07+00:00 a9528fc870b585b6b4fac45e115061d8af979681

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
Label a lot of unnamed text 2014-05-16T00:00:54+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-05-15T23:58:24+00:00 ae1ebde6972ade9feaa394851bee0bbddb8bb41e

Use callba/callab macros for cross-bank calls. 2014-04-22T21:14:11+00:00 yenatch yenatch@gmail.com 2014-04-22T21:14:11+00:00 55b992916719834a6a932829699a4e9250527f5a

Stop using [$ff00+$xx] syntax. 2014-03-30T23:30:30+00:00 yenatch yenatch@gmail.com 2014-03-30T23:30:30+00:00 ebce80653c82931cd684dfa2be23ffb6418753d3 rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
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 audio components into audio_red.o and audio_blue.o 2014-01-09T18:52:12+00:00 yenatch yenatch@gmail.com 2014-01-09T07:59:53+00:00 10bb09c4e210ab8d922081a221ce4833b5d50def