aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cinnabar Gympikalaxalt2016-06-021-1/+1
|
* Remaining maps in Fuchsiapikalaxalt2016-06-011-1/+1
|
* Fuchsia House 1 and Fuchsia Pokecenterpikalaxalt2016-06-011-2/+3
|
* All of Pokemon Towerpikalaxalt2016-06-011-4/+4
|
* Lavender Mart and Pokecenterpikalaxalt2016-06-011-2/+3
|
* Game Cornerpikalaxalt2016-05-311-2/+2
|
* Celadon Pokecenterpikalaxalt2016-05-311-2/+3
|
* Most of SS Annepikalaxalt2016-05-311-1/+1
|
* Vermilion Fan Clubpikalaxalt2016-05-311-4/+2
|
* Vermilion Pokemon Centerpikalaxalt2016-05-311-1/+2
|
* Rock Tunnel Pokecenterpikalaxalt2016-05-301-2/+3
|
* Add missing file; route 7/8 gates and route 8 path entrancepikalaxalt2016-05-302-3/+3
|
* Mt Moon Pokemon Centerpikalaxalt2016-05-301-1/+2
|
* Cerulean Pokemon Center; Func_5c0d4; space after comma in ↵pikalaxalt2016-05-301-2/+3
| | | | engine/menu/pokedex.asm
* Bulbasaur house in Ceruleanpikalaxalt2016-05-291-3/+5
|
* Mt Moon B2Fpikalaxalt2016-05-291-7/+8
|
* Pewter Pokecenterpikalaxalt2016-05-291-2/+4
|
* Viridian Forest and other functionspikalaxalt2016-05-292-13/+15
|
* Various interior maps on route 2pikalaxalt2016-05-281-1/+1
|
* Viridian Trainer Schoolpikalaxalt2016-05-281-1/+2
|
* Viridian pokecenterpikalaxalt2016-05-281-2/+3
|
* Oak's Lab Rewrite part 1pikalaxalt2016-05-281-12/+10
|
* Blue's Housepikalaxalt2016-05-271-3/+3
|
* Route 8; all outdoor maps completedpikalaxalt2016-05-271-2/+2
|
* Route 9 incl. AJ fightpikalaxalt2016-05-271-1/+1
|
* Route 11pikalaxalt2016-05-271-2/+2
|
* Route 12pikalaxalt2016-05-271-1/+1
|
* Route 15pikalaxalt2016-05-271-2/+2
|
* Route 16pikalaxalt2016-05-271-4/+4
|
* Route 18 scriptspikalaxalt2016-05-271-2/+2
|
* Fuchsia Citypikalaxalt2016-05-271-1/+1
|
* Route 19pikalaxalt2016-05-271-7/+10
|
* Route 6 scriptspikalaxalt2016-05-271-2/+2
|
* Vermilion City scriptspikalaxalt2016-05-271-9/+10
|
* Route 24 scriptspikalaxalt2016-05-271-1/+2
|
* Disassemble Pallet Townpikalaxalt2016-05-261-1/+1
|
* Phase 1 of viridian city script disassemblypikalaxalt2016-05-261-7/+8
|
* Route 2pikalaxalt2016-05-261-2/+5
|
* Include Cerulean Citypikalaxalt2016-05-261-4/+4
|
* Merge map ID and dimension constants into a single filepikalaxalt2016-05-261-6/+6
|
* Include Route 5pikalaxalt2016-05-261-2/+2
|
* Include Saffron Citypikalaxalt2016-05-261-3/+2
|
* Include route 7 and link club headers/datapikalaxalt2016-05-261-2/+2
|
* Fewer underscores in constantsluckytyphlosion2015-12-2216-34/+34
| | | | dannye
* LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-212-4/+4
| | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-30226-1158/+1156
|\ | | | | | | Doesn't build.
| * 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