summaryrefslogtreecommitdiff
path: root/data/mapObjects/route19.asm
AgeCommit message (Collapse)Author
2015-08-10No more $C8dannye
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
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
2014-10-17Add a shifted person object on Route 19 in Yellow.IIMarckus
2014-10-17Modularize the beach house.IIMarckus
2014-10-17More idioms.IIMarckus
2014-10-17Fix Route 19 for Yellow.IIMarckus
2014-10-17Kill version.asm.IIMarckus
2014-05-21Use more constants in object dataU-Fish-PC\Daniel
2014-05-17Pull map objects out of main.asmU-Fish-PC\Daniel