aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the last address commentsdannye2016-06-12219-219/+219
| | | | | except for wram.asm and sram.asm also delete unused yellow file
* remove address commentsYamaArashi2016-06-114-4/+4
|
* Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt2016-06-092-42/+1
|\
| * Remove the Beach House option.IIMarckus2016-06-072-42/+1
| |
* | TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt2016-05-301-6/+6
|/
* Remove the last remaining IF DEF(_YELLOW)pikalaxalt2016-05-131-8/+1
|
* Fewer underscores in constantsdannye2015-12-1416-34/+34
|
* No more $C8dannye2015-08-1071-337/+337
| | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
* A few missed object constantsdannye2015-07-182-2/+2
|
* Fix object constant namesdannye2015-07-18203-825/+825
| | | | | | | | | | 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
* Map object macrodannye2015-07-18224-1151/+1151
| | | | closes https://github.com/iimarckus/pokered/issues/89
* Swap trade center and battle centerdannye2015-07-162-2/+2
| | | | | also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
* Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-1/+1
| | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* Labels for Fuji in Pokémon Tower.IIMarckus2014-10-261-0/+7
|
* Add a shifted person object on Route 19 in Yellow.IIMarckus2014-10-171-0/+4
|
* Fix a few more bugs in the beach house.IIMarckus2014-10-171-1/+1
|
* Modularize the beach house.IIMarckus2014-10-171-4/+4
|
* More idioms.IIMarckus2014-10-172-2/+2
|
* Fix Route 19 for Yellow.IIMarckus2014-10-171-4/+13
|
* Add more from the beach house.IIMarckus2014-10-171-0/+20
|
* Kill version.asm.IIMarckus2014-10-171-4/+3
|
* Labelled and commented mostly sprite-related thingsYamaArashi2014-09-098-21/+21
|
* Use more constants in object dataU-Fish-PC\Daniel2014-05-2185-476/+476
|
* Merge branch 'master' of https://github.com/huderlem/pokered into pull-dataU-Fish-PC\Daniel2014-05-191-1/+1
| | | | | | | Conflicts: main.asm text.asm text/maps/route_22.asm
* Pull map headers out of main.asmU-Fish-PC\Daniel2014-05-171-0/+6
|
* Pull map objects out of main.asmU-Fish-PC\Daniel2014-05-17223-0/+4956