aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Trash can randomization functionpikalaxalt2016-05-241-2/+85
|
* Numerous changes (see below)pikalaxalt2016-05-2412-745/+741
| | | | | | * Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions
* Update hidden object functions and include them in mainpikalaxalt2016-05-245-439/+284
|
* Itemfinder and hidden item coordspikalaxalt2016-05-243-68/+67
|
* Finish disassembling printer functionspikalaxalt2016-05-241-1/+110
|
* Printer error funcspikalaxalt2016-05-243-9/+154
|
* Yellow-ize evolution codepikalaxalt2016-05-233-10/+8
|
* Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-05-2319-132/+179
|\
| * Bank7 misc functionsluckytyphlosion2016-05-2319-132/+179
| | | | | | | | Also delete gfx/intro_nido pngs (aren't used in the build)
| * Merge pull request #8 from PikalaxALT/masterluckytyphlosion2016-05-23107-2348/+5959
| |\ | | | | | | Disassemble yellow sounds
* | | Name some wram address refspikalaxalt2016-05-231-2/+2
| |/ |/|
* | Move diploma tilemaps out of incbinspikalaxalt2016-05-234-7/+33
| |
* | Move all the printer functions out of main.asm, including the intermediate ↵pikalaxalt2016-05-232-269/+343
| | | | | | | | dr blocks
* | More functions related to printing boxespikalaxalt2016-05-231-13/+164
| |
* | A function related to printing boxes?pikalaxalt2016-05-231-2/+51
| |
* | Two functions at e925dpikalaxalt2016-05-231-1/+37
| |
* | Resolve hard-coded callspikalaxalt2016-05-223-12/+23
| |
* | Disassemble diploma in bank 3apikalaxalt2016-05-225-2/+144
| |
* | the rest of engine/printer.asmpikalaxalt2016-05-221-1/+228
| |
* | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-05-226-189/+96
|\|
| * Bank15 misc functionsluckytyphlosion2016-05-225-178/+92
| |
* | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-05-2215-367/+371
|\|
| * Bank11 and 14 misc functions.luckytyphlosion2016-05-2215-367/+373
| |
* | engine/printer.asmpikalaxalt2016-05-223-170/+788
| |
* | Replace MonsterNames dr with file already in repopikalaxalt2016-05-224-5/+4
| |
* | Replace Function with Func_pikalaxalt2016-05-222-138/+138
| |
* | Functions at 3a:4d35pikalaxalt2016-05-223-5/+192
| |
* | Disassemble ea3ea to end of bank 3apikalaxalt2016-05-222-1/+757
| |
* | Another function related to OAMpikalaxalt2016-05-223-1/+28
| |
* | Fix incbin filenamespikalaxalt2016-05-221-2/+2
| |
* | Disassemble function at ea3eapikalaxalt2016-05-224-1/+191
| |
* | FreezeEnemyTrainerSpritepikalaxalt2016-05-221-1/+23
| |
* | Trim trailing zeros from `dr` blocks (part 2)pikalaxalt2016-05-221-5/+5
| |
* | Align door tile dbwspikalaxalt2016-05-221-9/+9
| |
* | Trim trailing zeros from `dr` blocks (part 1)pikalaxalt2016-05-221-7/+7
| |
* | Elevator floor menu, clear savepikalaxalt2016-05-223-8/+59
| |
* | Ledgespikalaxalt2016-05-224-49/+40
| |
* | Pewter gym guys (moved to bank 6, no longer a predef?)pikalaxalt2016-05-222-8/+112
| |
* | Oh wait, there's predef_const declarations. Huh.pikalaxalt2016-05-212-106/+101
| |
* | Some work on disassembling npc movement scripts (aka informed copy/paste ↵pikalaxalt2016-05-218-161/+65
| | | | | | | | from red)
* | Rearrange files and labels to reflect duplicated sfx in bank AUDIO_4pikalaxalt2016-05-2166-284/+193
| |
* | Fix sfx separationpikalaxalt2016-05-215-110/+13
| |
* | Unhexlify unknown music macro arguments in bank AUDIO_4pikalaxalt2016-05-2165-687/+687
| |
* | Audio bank 4 constants; space after commas in home/audio.asmpikalaxalt2016-05-213-34/+117
| |
* | Fix missing colons and missing LF at EOFpikalaxalt2016-05-213-3/+3
| |
* | Garbage data in bank AUDIO_4 replaced with static incbinpikalaxalt2016-05-212-1/+3
| |
* | Split sound effects 4pikalaxalt2016-05-2168-1418/+1624
| |
* | Add space after commas in music headerspikalaxalt2016-05-207-765/+765
| |
* | Disassemble yellow soundspikalaxalt2016-05-2015-2020/+2977
|/
* Move yellow/main.asm code to main.asmluckytyphlosion2016-04-143-7113/+575
| | | | Also fix an error in home/overworld.asm