Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-03 | data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects | Rangi | |
To do: Polished Map support for loading the objects | |||
2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | |
Polished Map | |||
2018-01-29 | Block IDs use hex; zero connections use dec | Remy Oukaour | |
2018-01-29 | Use base 10 (note, the previous commit resolves #173) | Remy Oukaour | |
2018-01-29 | Add warp, sign, and warp_to macros for data/mapObjects definitions | Remy Oukaour | |
2016-06-12 | Remove the last address comments | dannye | |
except for wram.asm and sram.asm also delete unused yellow file | |||
2016-06-11 | remove address comments | YamaArashi | |
2016-06-09 | Merge branch 'master' of https://github.com/pret/pokered | pikalaxalt | |
2016-06-07 | Remove the Beach House option. | IIMarckus | |
2016-05-30 | TX_SFX_KEY_ITEM and `mapconst` macro | pikalaxalt | |
2016-05-13 | Remove the last remaining IF DEF(_YELLOW) | pikalaxalt | |
2015-12-14 | Fewer underscores in constants | dannye | |
2015-08-10 | No more $C8 | dannye | |
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||
2015-07-18 | A few missed object constants | dannye | |
2015-07-18 | Fix object constant names | dannye | |
swap LEFT and RIGHT FACE is better named STAY because sprites that have no range do not necessarily face any direction STAY has been renamed to NONE because sprites that use this will spin randomly, except for the item/voltorb/electrode sprite I never should have listened to https://github.com/iimarckus/pokered/issues/89 | |||
2015-07-18 | Map object macro | dannye | |
closes https://github.com/iimarckus/pokered/issues/89 | |||
2015-07-16 | Swap trade center and battle center | dannye | |
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102 | |||
2015-07-03 | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | |
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | |||
2014-10-26 | Labels for Fuji in Pokémon Tower. | IIMarckus | |
2014-10-17 | Add a shifted person object on Route 19 in Yellow. | IIMarckus | |
2014-10-17 | Fix a few more bugs in the beach house. | IIMarckus | |
2014-10-17 | Modularize the beach house. | IIMarckus | |
2014-10-17 | More idioms. | IIMarckus | |
2014-10-17 | Fix Route 19 for Yellow. | IIMarckus | |
2014-10-17 | Add more from the beach house. | IIMarckus | |
2014-10-17 | Kill version.asm. | IIMarckus | |
2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | |
2014-05-21 | Use more constants in object data | U-Fish-PC\Daniel | |
2014-05-19 | Merge branch 'master' of https://github.com/huderlem/pokered into pull-data | U-Fish-PC\Daniel | |
Conflicts: main.asm text.asm text/maps/route_22.asm | |||
2014-05-17 | Pull map headers out of main.asm | U-Fish-PC\Daniel | |
2014-05-17 | Pull map objects out of main.asm | U-Fish-PC\Daniel | |