Commit Graph

59 Commits

Author SHA1 Message Date
pikalaxalt 799b0ad911 Most of SS Anne 2016-05-31 13:45:47 -04:00
pikalaxalt b7a20f1386 Vermilion Fan Club 2016-05-31 11:46:02 -04:00
pikalaxalt 755ca8914d Vermilion Pokemon Center 2016-05-31 09:37:09 -04:00
pikalaxalt a443384a21 Rock Tunnel Pokecenter 2016-05-30 15:53:23 -04:00
pikalaxalt 5f729c22b5 Add missing file; route 7/8 gates and route 8 path entrance 2016-05-30 15:16:58 -04:00
pikalaxalt 6e3581df4b Mt Moon Pokemon Center 2016-05-30 11:38:46 -04:00
pikalaxalt 5d6f3ec1d4 Cerulean Pokemon Center; Func_5c0d4; space after comma in engine/menu/pokedex.asm 2016-05-30 09:36:57 -04:00
pikalaxalt a8b3d3612e Bulbasaur house in Cerulean 2016-05-29 22:36:26 -04:00
pikalaxalt b8cced19fc Mt Moon B2F 2016-05-29 20:52:05 -04:00
pikalaxalt 9abb620338 Pewter Pokecenter 2016-05-29 16:24:41 -04:00
pikalaxalt a86cd928c9 Viridian Forest and other functions 2016-05-29 00:10:38 -04:00
pikalaxalt e48e466f39 Various interior maps on route 2 2016-05-28 22:53:44 -04:00
pikalaxalt ba224a0430 Viridian Trainer School 2016-05-28 18:39:53 -04:00
pikalaxalt 40fce3a7d2 Viridian pokecenter 2016-05-28 17:16:06 -04:00
pikalaxalt dcd1ecc18f Oak's Lab Rewrite part 1 2016-05-28 09:28:59 -04:00
pikalaxalt 9835d77c28 Blue's House 2016-05-27 23:08:50 -04:00
pikalaxalt 38d5791386 Route 8; all outdoor maps completed 2016-05-27 20:01:27 -04:00
pikalaxalt dc8677aa1c Route 9 incl. AJ fight 2016-05-27 19:59:12 -04:00
pikalaxalt 8de636993d Route 11 2016-05-27 19:43:06 -04:00
pikalaxalt 807323ed1c Route 12 2016-05-27 19:39:40 -04:00
pikalaxalt 02fc3889b2 Route 15 2016-05-27 19:29:01 -04:00
pikalaxalt d4a0fe908f Route 16 2016-05-27 19:18:01 -04:00
pikalaxalt f0125912ea Route 18 scripts 2016-05-27 19:11:47 -04:00
pikalaxalt f23133ddcc Fuchsia City 2016-05-27 18:57:15 -04:00
pikalaxalt 7caa8c4be0 Route 19 2016-05-27 18:33:42 -04:00
pikalaxalt 35ab6056ca Route 6 scripts 2016-05-27 12:46:48 -04:00
pikalaxalt 2b96f4165f Vermilion City scripts 2016-05-27 12:32:34 -04:00
pikalaxalt 40f0dba6c1 Route 24 scripts 2016-05-27 09:22:38 -04:00
pikalaxalt edafbab453 Disassemble Pallet Town 2016-05-26 22:02:52 -04:00
pikalaxalt b53be53ba3 Phase 1 of viridian city script disassembly 2016-05-26 15:46:46 -04:00
pikalaxalt 25cadbde5b Route 2 2016-05-26 15:25:28 -04:00
pikalaxalt 8abddd138c Include Cerulean City 2016-05-26 11:51:19 -04:00
pikalaxalt d3c9c06502 Merge map ID and dimension constants into a single file 2016-05-26 11:20:12 -04:00
pikalaxalt 054cb312c7 Include Route 5 2016-05-26 11:09:15 -04:00
pikalaxalt d9d9354e11 Include Saffron City 2016-05-26 10:48:36 -04:00
pikalaxalt 7229ccb81b Include route 7 and link club headers/data 2016-05-26 10:17:33 -04:00
luckytyphlosion 5aa4d6c777 Fewer underscores in constants
dannye
2015-12-22 16:06:11 -05:00
luckytyphlosion 7e0a4968b3 LoadPokedexTilePatterns and engine/overworld/map_sprites.asm
Also replace dummy sprites and fix replace.sh to only parse .asm files
2015-11-21 17:37:36 -05:00
luckytyphlosion d2ed7674f4 Merge branch 'master' of https://github.com/iimarckus/pokered
Doesn't build.
2015-08-30 17:55:02 -04:00
dannye dfc152d667 No more $C8
Use OPP_ constants separate from trainer constants since
valid opponents can be all Pokemon and trainers
2015-08-10 11:09:16 -05:00
U-Daniel-PC\Daniel 8f2edd9c41 Build only Yellow
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-08-01 17:32:39 -04:00
dannye 006507ed53 A few missed object constants 2015-07-18 23:39:29 -05:00
dannye 4452acb021 Fix object constant names
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-18 22:36:22 -05:00
dannye 0e48333fb8 Map object macro
closes https://github.com/iimarckus/pokered/issues/89
2015-07-18 22:22:51 -05:00
dannye 4670a1ddae Swap trade center and battle center
also rename battle center to colosseum
closes https://github.com/iimarckus/pokered/issues/102
2015-07-16 23:21:57 -05:00
U-Daniel-PC\Daniel cd649184f5 Rename/organize part 1 of 4
rename functions, clean up address/wram comments, other misc
only broken up so that all changes are viewable on github
2015-07-03 14:37:53 -05:00
IIMarckus 5ea1d8a61f Labels for Fuji in Pokémon Tower. 2014-10-26 21:00:29 -06:00
IIMarckus 9004b33ab7 Add a shifted person object on Route 19 in Yellow. 2014-10-17 13:24:51 -06:00
IIMarckus 21b2ab0065 Fix a few more bugs in the beach house. 2014-10-17 13:08:40 -06:00
IIMarckus 1d579928dc Modularize the beach house. 2014-10-17 12:16:52 -06:00