pokered/text/maps/ss_anne_2.asm, branch master Pokémon Red and Blue Rename map files, labels, and constants to be consistent and work with Polished Map 2019-01-02T04:33:10+00:00 Rangi remy.oukaour+rangi42@gmail.com 2019-01-01T20:06:23+00:00 c7796024590fec48ac79756793c1a6e3b54daf8f

Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "<USER>" respectively. 2017-07-30T21:46:53+00:00 Víctor M. González helios.vmg@gmail.com 2017-07-30T21:46:53+00:00 5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd

Sync somewhat with pokeyellow. 2016-06-08T11:45:50+00:00 IIMarckus iimarckus@gmail.com 2016-06-08T11:45:50+00:00 3425fd6ef8f620d3366dcf9462b89c4b7f7e1b37

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

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