aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects/route19.asm (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-20Sync with pokereddannye1-23/+0
2020-03-27Added warp, warp_to and sign compatibilityShakib20011-17/+16
2019-01-01Rename map files, labels, and constants to be consistent and work with ↵Rangi1-21/+0
Polished Map
2018-01-29Block IDs use hex; zero connections use decRemy Oukaour1-1/+1
2018-01-29Use base 10 (note, the previous commit resolves #173)Remy Oukaour1-15/+15
2018-01-29Add warp, sign, and warp_to macros for data/mapObjects definitionsRemy Oukaour1-1/+1
2016-06-12remove map object addr commentsYamaArashi1-1/+1
2016-06-12Remove the last address commentsdannye1-1/+1
except for wram.asm and sram.asm also delete unused yellow file
2016-06-07Remove the Beach House option.IIMarckus1-22/+1
2016-06-06Clean up white spacedannye1-1/+1
2016-05-27Route 19pikalaxalt1-7/+10
2015-08-10No more $C8dannye1-13/+13
Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
2015-08-01Build only YellowU-Daniel-PC\Daniel1-22/+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-18Fix object constant namesdannye1-13/+13
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 macrodannye1-14/+14
closes https://github.com/iimarckus/pokered/issues/89
2014-10-17Add a shifted person object on Route 19 in Yellow.IIMarckus1-0/+4
2014-10-17Modularize the beach house.IIMarckus1-4/+4
2014-10-17More idioms.IIMarckus1-1/+1
2014-10-17Fix Route 19 for Yellow.IIMarckus1-4/+13
2014-10-17Kill version.asm.IIMarckus1-4/+3
2014-05-21Use more constants in object dataU-Fish-PC\Daniel1-10/+10
2014-05-17Pull map objects out of main.asmU-Fish-PC\Daniel1-0/+30