aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8 from PikalaxALT/masterluckytyphlosion2016-05-23107-2348/+5959
|\
| * Move diploma tilemaps out of incbinspikalaxalt2016-05-234-7/+33
| * Move all the printer functions out of main.asm, including the intermediate dr...pikalaxalt2016-05-232-269/+343
| * 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 from...pikalaxalt2016-05-218-161/+65
| * 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
* Replace bankswitch jumps with jpab, also fix hardcoded bank reference.luckytyphlosion2016-04-093-13/+5
* Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion2016-04-0912-18/+677
* Complete documentation of bank1eluckytyphlosion2016-03-284-28/+26
* Delete animations_.asmluckytyphlosion2016-03-263-3451/+423
* Document the rest of animations.asmluckytyphlosion2016-03-262-24/+2184
* More animations.asm documentationluckytyphlosion2016-03-263-7/+455
* Merge pull request #7 from YamaArashi/masterYamaArashi2016-03-269-507/+417
|\
| * GBC palette codeYamaArashi2016-03-269-507/+417
|/
* More audio4 documentation.luckytyphlosion2016-03-193-9/+649
* Start working on bank20 audioluckytyphlosion2016-03-193-8/+199