| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 223 | -223/+223 |
| | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | ||||
| * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 446 | -1416/+1862 |
| | | | | | Polished Map | ||||
| * | Another map header fix | Pokeglitch | 2018-07-28 | 1 | -2/+0 |
| | | |||||
| * | Fixed some map header files | Pokeglitch | 2018-07-28 | 2 | -3/+1 |
| | | |||||
| * | make comments consistent throughout all mapHeader files | Sam Nelson | 2018-07-15 | 7 | -26/+26 |
| | | |||||
| * | Block IDs use hex; zero connections use dec | Remy Oukaour | 2018-01-29 | 183 | -183/+183 |
| | | |||||
| * | Remove the last address comments | dannye | 2016-06-12 | 215 | -215/+215 |
| | | | | | | except for wram.asm and sram.asm also delete unused yellow file | ||||
| * | remove address comments | YamaArashi | 2016-06-11 | 8 | -8/+8 |
| | | |||||
| * | Remove the Beach House option. | IIMarckus | 2016-06-07 | 1 | -7/+0 |
| | | |||||
| * | Simplify map connections | dannye | 2015-07-18 | 36 | -78/+78 |
| | | | | | | | | | let the macros calculate the connection strip length instead of passing it as an arg don't pass map dimensions since they can be inferred from map ids todo: figure out why certain south and east connections get an extra 3 added to the connection strip length | ||||
| * | Clean up map connections | dannye | 2015-07-18 | 22 | -31/+31 |
| | | | | | closes https://github.com/iimarckus/pokered/issues/85 | ||||
| * | Swap trade center and battle center | dannye | 2015-07-16 | 4 | -12/+12 |
| | | | | | | also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102 | ||||
| * | Clean up white space, fix label typo | U-Daniel-PC\Daniel | 2015-01-22 | 1 | -1/+1 |
| | | |||||
| * | Fix a few more bugs in the beach house. | IIMarckus | 2014-10-17 | 1 | -1/+2 |
| | | |||||
| * | Add more from the beach house. | IIMarckus | 2014-10-17 | 1 | -0/+6 |
| | | |||||
| * | Pull map headers out of main.asm | U-Fish-PC\Daniel | 2014-05-17 | 223 | -0/+1420 |
