summaryrefslogtreecommitdiff
path: root/data/mapObjects
AgeCommit message (Collapse)Author
2020-07-03data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi
To do: Polished Map support for loading the objects
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi
Polished Map
2018-01-29Block IDs use hex; zero connections use decRemy Oukaour
2018-01-29Use base 10 (note, the previous commit resolves #173)Remy Oukaour
2018-01-29Add warp, sign, and warp_to macros for data/mapObjects definitionsRemy Oukaour
2016-06-12Remove the last address commentsdannye
except for wram.asm and sram.asm also delete unused yellow file
2016-06-11remove address commentsYamaArashi
2016-06-09Merge branch 'master' of https://github.com/pret/pokeredpikalaxalt
2016-06-07Remove the Beach House option.IIMarckus
2016-05-30TX_SFX_KEY_ITEM and `mapconst` macropikalaxalt
2016-05-13Remove the last remaining IF DEF(_YELLOW)pikalaxalt
2015-12-14Fewer underscores in constantsdannye
2015-08-10No more $C8dannye
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
2015-07-18A few missed object constantsdannye
2015-07-18Fix object constant namesdannye
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-18Map object macrodannye
closes https://github.com/iimarckus/pokered/issues/89
2015-07-16Swap trade center and battle centerdannye
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
2015-07-03Rename/organize part 1 of 4U-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-26Labels for Fuji in Pokémon Tower.IIMarckus
2014-10-17Add a shifted person object on Route 19 in Yellow.IIMarckus
2014-10-17Fix a few more bugs in the beach house.IIMarckus
2014-10-17Modularize the beach house.IIMarckus
2014-10-17More idioms.IIMarckus
2014-10-17Fix Route 19 for Yellow.IIMarckus
2014-10-17Add more from the beach house.IIMarckus
2014-10-17Kill version.asm.IIMarckus
2014-09-09Labelled and commented mostly sprite-related thingsYamaArashi
2014-05-21Use more constants in object dataU-Fish-PC\Daniel
2014-05-19Merge branch 'master' of https://github.com/huderlem/pokered into pull-dataU-Fish-PC\Daniel
Conflicts: main.asm text.asm text/maps/route_22.asm
2014-05-17Pull map headers out of main.asmU-Fish-PC\Daniel
2014-05-17Pull map objects out of main.asmU-Fish-PC\Daniel