aboutsummaryrefslogtreecommitdiffstats
path: root/home (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | More on Pikachu emotionspikalaxalt2016-06-081-2/+2
| | | |
* | | | Pikapic animation function labelspikalaxalt2016-06-083-9/+7
| |/ / |/| |
* | | No more standalone WRAM addresses in the Event Flags arraypikalaxalt2016-06-081-4/+2
| | |
* | | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-088-50/+34
|\| |
| * | Clean up white spacedannye2016-06-068-50/+50
| | |
* | | Split out pikachu engine functions; sprite state data macrospikalaxalt2016-06-062-21/+74
| | |
* | | More printer labelspikalaxalt2016-06-061-4/+7
| | |
* | | Printer-related labelspikalaxalt2016-06-061-5/+5
|/ /
* | Finish disassembling the functions in bank 3epikalaxalt2016-06-041-0/+1
| |
* | Champion's room; resolve predefspikalaxalt2016-05-311-1042/+1042
| |
* | The rest of SS Annepikalaxalt2016-05-311-2/+2
| |
* | Vermilion Fan Clubpikalaxalt2016-05-312-4/+4
| |
* | League PC code, address comments for hidden_items.asmluckytyphlosion2016-05-301-6/+6
| |
* | Mt Moon Pokemon Centerpikalaxalt2016-05-301-4/+4
| |
* | Pewter Pokecenterpikalaxalt2016-05-292-4/+4
| |
* | Another chunk of bank 3cpikalaxalt2016-05-292-2/+115
| |
* | Route 24 scriptspikalaxalt2016-05-271-220/+220
| |
* | Audio bank 4 constants; space after commas in home/audio.asmpikalaxalt2016-05-211-34/+35
| |
* | Move yellow/main.asm code to main.asmluckytyphlosion2016-04-141-1/+1
| | | | | | | | Also fix an error in home/overworld.asm
* | Replace bankswitch jumps with jpab, also fix hardcoded bank reference.luckytyphlosion2016-04-091-9/+3
| |
* | Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion2016-04-091-2/+2
| |
* | Document audio functions.luckytyphlosion2016-03-192-50/+29
| |
* | More BankF documentationluckytyphlosion2015-12-291-4/+4
| | | | | | | | Also introduce bit direction constants and setpal macros
* | engine/trade.asm, trade2.asm, intro.asm, overworld/emotion_bubbles.asmluckytyphlosion2015-12-231-5/+7
| | | | | | | | Also document Func_1681 (GetFarByte) and fix Missingno's dex entry
* | LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-211-1/+1
| | | | | | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* | engine/menu/start_menu.asmluckytyphlosion2015-11-152-24/+19
| | | | | | | | | | Also remove dummy traces of FarCopyData2 and use callbs in home/vblank.asm
* | oak_speech2.asmluckytyphlosion2015-11-011-1/+1
| | | | | | | | Also replace W_RIVALNAME with wRivalName
* | overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-293-69/+69
| | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* | Complete documentation of bank3luckytyphlosion2015-10-181-11/+11
| | | | | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* | Rename some palette labels.luckytyphlosion2015-10-121-9/+9
| | | | | | | | Also add replace.sh
* | bank1f audio.luckytyphlosion2015-10-031-2/+2
| | | | | | | | Also move yellow/audio.asm to audio.asm
* | Bank8 audio.luckytyphlosion2015-09-271-5/+5
| | | | | | | | | | | | todo: correct address comments note: tx_pre_constants are not 100% accurate, but they work well enough to have yellow build correctly
* | Bank2 audio.luckytyphlosion2015-09-262-4/+4
| | | | | | | | todo: correct labels
* | Make pokeyellow build correctly.luckytyphlosion2015-09-033-27/+28
| |
* | Fixes.luckytyphlosion2015-08-306-11/+10
| |
* | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-309-378/+398
|\| | | | | | | Doesn't build.
| * add border constant and clear up misnomerYamaArashi2015-08-143-63/+66
| |
| * commented SGB palette stuffYamaArashi2015-08-122-5/+5
| |
| * commented audio codeYamaArashi2015-08-084-123/+158
| |
| * Use more lbdannye2015-08-053-6/+6
| | | | | | | | and other clean up
| * constants for PrintNumberYamaArashi2015-07-291-1/+1
| |
| * yet more namingYamaArashi2015-07-252-10/+11
| |
| * more naming variablesYamaArashi2015-07-243-27/+34
| |
| * Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-221-4/+2
| |\ | | | | | | enumerate events
| | * enumerate eventsYamaArashi2015-07-201-4/+2
| | |
| * | Unify audio bank referencesdannye2015-07-223-34/+34
| | | | | | | | | | | | | | | | | | 2→1 8→2 1f→3
| * | Rename sound effect filesdannye2015-07-221-1/+1
| | |
| * | Name some battle sound effectsdannye2015-07-211-2/+2
| |/
| * namingYamaArashi2015-07-191-68/+68
| |
| * jpab/jpba macrosYamaArashi2015-07-191-9/+3
| |