U-Fish-PC\Daniel
77e300927b
Name hidden object routines
2014-05-21 19:13:07 -04:00
U-Fish-PC\Daniel
a9528fc870
More misc relabelling
2014-05-21 13:10:07 -04:00
U-Fish-PC\Daniel
1a0992a2f1
Merge branch 'master' of https://github.com/huderlem/pokered into pull-data
...
Conflicts:
main.asm
text.asm
text/maps/route_22.asm
2014-05-19 16:05:19 -04:00
U-Fish-PC\Daniel
ae1ebde697
Label a lot of unnamed text
2014-05-15 20:00:54 -04:00
yenatch
55b9929167
Use callba/callab macros for cross-bank calls.
2014-04-22 17:14:11 -04:00
yenatch
ebce80653c
Stop using [$ff00+$xx] syntax.
...
rgbasm treats $ffxx loads the same. This is more consistent and avoids confusion with $ff00+c,
2014-03-30 16:30:30 -07: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
10bb09c4e2
split audio components into audio_red.o and audio_blue.o
2014-01-09 13:52:12 -05:00