pokered-es/audio/engine_1.asm, branch rgbgfx Pokémon Roja y Azul (Español) commented audio code 2015-08-09T05:32:44+00:00 YamaArashi shadow962@live.com 2015-08-09T05:32:44+00:00 2b018159997e3b580efd114ff4e3548a0de3cbc5

Unify audio bank references 2015-07-22T15:22:46+00:00 dannye corrnondacqb@yahoo.com 2015-07-22T15:22:46+00:00 a6f04b434980f2176cb275a7c3ba50d5cbcd6ace 2→1 8→2 1f→3
2→1
8→2
1f→3
Rename/organize part 3 of 4 2015-07-03T19:39:24+00:00 U-Daniel-PC\Daniel corrnondacqb@yahoo.com 2015-07-03T19:39:24+00:00 fc9b61e8ac9007221faa2f71377dd49c5880ab47 rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
rename functions, clean up address/wram comments, other misc
only broken up so that all changes are viewable on github
Clean up white space 2014-06-09T20:58:02+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-06-09T20:58:02+00:00 b83acb03e50c4314e082e642bdb429346892d040

Clean up music bank references 2014-06-09T20:18:29+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-06-09T20:18:29+00:00 fadac928bccb9be1010e73df3253021312f5a2fb

Combine wave files 2014-06-09T18:22:38+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-06-09T18:20:28+00:00 683a62cc1cb7d07b4c88eeec9333c415da8f0bdc

Improve music command names 2014-06-09T17:47:20+00:00 U-Fish-PC\Daniel corrnondacqb@yahoo.com 2014-06-09T17:22:35+00:00 0c7ed80e8f0db0e0a908e372a1bcd11ab7c06e0b

Remove most static wram addresses. Use labels instead. 2014-05-27T05:04:39+00:00 yenatch yenatch@gmail.com 2014-05-26T21:04:56+00:00 40c17c906b2b3f65b3b04b1933b90238a7ac5566 For unknown addresses, use "w<address>". Label overleads are still an issue.
For unknown addresses, use "w<address>".

Label overleads are still an issue.
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.