Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-21 | Add text macros | yenatch | |
Before text looked like: _CeladonCityText2: ; a5a4b (29:5a4b) db $0, "Heheh! This GYM", $4f db "is great! It's", $55 db "full of women!", $57 Now it looks like: _CeladonCityText2: ; a5a4b (29:5a4b) text "Heheh! This GYM" line "is great! It's" next "full of women!" done | |||
2013-12-20 | Cleaned map connections with macros. | Marcus Huderle | |
2013-12-05 | split rgbasm macros into macros.asm | yenatch | |