aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-28Oak's Lab Rewrite part 1pikalaxalt1-12/+10
2016-05-27Blue's Housepikalaxalt1-3/+3
2016-05-27Route 8; all outdoor maps completedpikalaxalt1-2/+2
2016-05-27Route 9 incl. AJ fightpikalaxalt1-1/+1
2016-05-27Route 11pikalaxalt1-2/+2
2016-05-27Route 12pikalaxalt1-1/+1
2016-05-27Route 15pikalaxalt1-2/+2
2016-05-27Route 16pikalaxalt1-4/+4
2016-05-27Route 18 scriptspikalaxalt1-2/+2
2016-05-27Fuchsia Citypikalaxalt1-1/+1
2016-05-27Route 19pikalaxalt1-7/+10
2016-05-27Route 6 scriptspikalaxalt1-2/+2
2016-05-27Vermilion City scriptspikalaxalt1-9/+10
2016-05-27Route 24 scriptspikalaxalt1-1/+2
2016-05-26Disassemble Pallet Townpikalaxalt1-1/+1
2016-05-26Phase 1 of viridian city script disassemblypikalaxalt1-7/+8
2016-05-26Route 2pikalaxalt1-2/+5
2016-05-26Include Cerulean Citypikalaxalt1-4/+4
2016-05-26Merge map ID and dimension constants into a single filepikalaxalt1-6/+6
2016-05-26Include Route 5pikalaxalt1-2/+2
2016-05-26Include Saffron Citypikalaxalt1-3/+2
2016-05-26Include route 7 and link club headers/datapikalaxalt1-2/+2
2016-05-13Remove the last remaining IF DEF(_YELLOW)pikalaxalt1-8/+1
2015-12-22Fewer underscores in constantsluckytyphlosion16-34/+34
dannye
2015-12-14Fewer underscores in constantsdannye16-34/+34
2015-11-21LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2-4/+4
Also replace dummy sprites and fix replace.sh to only parse .asm files
2015-08-10No more $C8dannye71-337/+337
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
2015-08-01Build only YellowU-Daniel-PC\Daniel2-30/+3
Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
2015-07-18A few missed object constantsdannye2-2/+2
2015-07-18Fix object constant namesdannye203-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
2015-07-18Map object macrodannye224-1151/+1151
closes https://github.com/iimarckus/pokered/issues/89
2015-07-16Swap trade center and battle centerdannye2-2/+2
also rename battle center to colosseum closes https://github.com/iimarckus/pokered/issues/102
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel1-1/+1
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.IIMarckus1-0/+7
2014-10-17Add a shifted person object on Route 19 in Yellow.IIMarckus1-0/+4
2014-10-17Fix a few more bugs in the beach house.IIMarckus1-1/+1
2014-10-17Modularize the beach house.IIMarckus1-4/+4
2014-10-17More idioms.IIMarckus2-2/+2
2014-10-17Fix Route 19 for Yellow.IIMarckus1-4/+13
2014-10-17Add more from the beach house.IIMarckus1-0/+20
2014-10-17Kill version.asm.IIMarckus1-4/+3
2014-09-09Labelled and commented mostly sprite-related thingsYamaArashi8-21/+21
2014-05-21Use more constants in object dataU-Fish-PC\Daniel85-476/+476
2014-05-17Pull map headers out of main.asmU-Fish-PC\Daniel1-0/+6
2014-05-17Pull map objects out of main.asmU-Fish-PC\Daniel223-0/+4956