Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-05 | Text macros. | yenatch | |
UnknownText_0x1aa0dc: ; 0x1aa0dc db $0, "Nihihi! This GYM", $4f db "is great! Only", $51 db "girls are allowed", $4f db "here!", $57 ; 0x1aa115 is now UnknownText_0x1aa0dc: ; 0x1aa0dc text "Nihihi! This GYM" line "is great! Only" para "girls are allowed" line "here!" done ; 0x1aa115 | |||
2014-03-03 | dbbw macro | yenatch | |
2014-02-24 | Map macros because maps are bananas | yenatch | |
2014-02-03 | Move remaining constants into constants/{misc,pokemon_data}_constants.asm | yenatch | |
Now constant groups can be included separately if needed. | |||
2014-02-02 | Move rst constants into macros.asm | yenatch | |
2013-12-28 | audio: note duration from 0-15 to 1-16 to match pokered | yenatch | |
2013-11-27 | constant enumeration | yenatch | |
2013-11-24 | lb macro for fast double-register loads | yenatch | |
2013-11-07 | rework note macro | yenatch | |
2013-09-03 | split macros out from constants.asm into macros.asm | yenatch | |