aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Route 18 scriptspikalaxalt2016-05-271-0/+1
|
* Route 19pikalaxalt2016-05-271-19/+11
|
* How did I forget to set tracking on these?pikalaxalt2016-05-272-0/+58
|
* Route 6 scriptspikalaxalt2016-05-271-1/+5
|
* Vermilion City scriptspikalaxalt2016-05-2727-49/+121
|
* Route 23pikalaxalt2016-05-271-1/+1
|
* Route 22pikalaxalt2016-05-271-92/+41
|
* Route 25 scriptspikalaxalt2016-05-271-6/+17
|
* Route 24 scriptspikalaxalt2016-05-271-2/+62
|
* Name Yellow-specific event flags in Pallet and Vermilionpikalaxalt2016-05-272-5/+5
|
* Update Celadon scriptspikalaxalt2016-05-272-4/+14
|
* Disassemble Pallet Townpikalaxalt2016-05-261-99/+187
|
* Hey, I found a thing!pikalaxalt2016-05-261-0/+68
|
* Disassemble Route 1pikalaxalt2016-05-262-37/+62
|
* Final phase 3 of Viridian City script disassemblypikalaxalt2016-05-262-3/+326
|
* Disassemble Yellow Viridian scriptspikalaxalt2016-05-261-11/+225
|
* Phase 1 of viridian city script disassemblypikalaxalt2016-05-261-319/+38
|
* Include and fix Cerulean scriptspikalaxalt2016-05-261-23/+4
|
* Add Pewter City and fix scriptspikalaxalt2016-05-261-11/+11
|
* Include Route 5pikalaxalt2016-05-261-3/+3
|
* Include route 7 and link club headers/datapikalaxalt2016-05-261-4/+5
|
* Actually include the Beach House scripts and headerspikalaxalt2016-05-241-82/+78
|
* Yellow-ize evolution codepikalaxalt2016-05-231-1/+1
|
* Bank7 misc functionsluckytyphlosion2016-05-232-12/+12
| | | | Also delete gfx/intro_nido pngs (aren't used in the build)
* Minor fixesluckytyphlosion2016-01-092-4/+4
|
* More BankF documentationluckytyphlosion2015-12-294-5/+5
| | | | Also introduce bit direction constants and setpal macros
* Start disassembling bank0F (Battle)luckytyphlosion2015-12-261-2/+2
| | | | All current findings will be located in engine/battle/core_.asm
* Fewer underscores in constantsluckytyphlosion2015-12-223-4/+4
| | | | dannye
* engine/battle/trainer_ai.asmluckytyphlosion2015-12-067-7/+7
|
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-2942-126/+126
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Complete documentation of bank3luckytyphlosion2015-10-1812-13/+13
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-30172-5739/+5624
|\ | | | | | | Doesn't build.
| * item name length constantYamaArashi2015-08-143-3/+3
| |
| * add border constant and clear up misnomerYamaArashi2015-08-141-4/+4
| |
| * named more variablesYamaArashi2015-08-1212-87/+96
| |
| * More joypad constantsdannye2015-08-112-12/+12
| |
| * Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-2/+2
| |
| * No more $C8dannye2015-08-107-8/+8
| | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
| * Use constants for elevator floorsdannye2015-08-103-3/+19
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-1014-43/+43
| |\
| | * commented audio codeYamaArashi2015-08-0810-28/+28
| | |
| | * named CountSetBits output variableYamaArashi2015-08-075-15/+15
| | |
| * | Replace some hardcoded data sizesdannye2015-08-096-11/+15
| |/
| * Use more lbdannye2015-08-0561-126/+145
| | | | | | | | and other clean up
| * yet more namingYamaArashi2015-07-2515-33/+33
| |
| * more naming variablesYamaArashi2015-07-2435-108/+108
| |
| * named animation functions/variablesYamaArashi2015-07-2423-36/+36
| |
| * make route22 rival events more consistentYamaArashi2015-07-234-11/+11
| |
| * named functionYamaArashi2015-07-233-3/+3
| |
| * clean up wram aliasesYamaArashi2015-07-233-28/+28
| |