aboutsummaryrefslogtreecommitdiffstats
path: root/home.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-34/+34
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-261-16/+16
| | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
* Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-251-16/+16
| | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-241-16/+16
| | | | | | misc functions Also rename pcm-related functions.
* Complete documentation of bank3luckytyphlosion2015-10-181-1/+1
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* Label and comment more palette functionsluckytyphlosion2015-10-121-5/+5
| | | | Also fix replace.sh
* More relabellingluckytyphlosion2015-10-121-6/+6
|
* Rename some palette labels.luckytyphlosion2015-10-121-12/+12
| | | | Also add replace.sh
* more annotations on ModifyPikachuHappinessPikalaxALT2015-10-111-3/+3
|
* Bank2 audio.luckytyphlosion2015-09-261-1/+1
| | | | todo: correct labels
* Make pokeyellow build correctly.luckytyphlosion2015-09-031-5/+3
|
* Fixes.luckytyphlosion2015-08-301-26/+3
|
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-347/+337
|\ | | | | | | Doesn't build.
| * named more variablesYamaArashi2015-08-121-1/+1
| |
| * commented SGB palette stuffYamaArashi2015-08-121-4/+4
| |
| * Replace hardcoded name lengths with NAME_LENGTHdannye2015-08-101-7/+7
| |
| * No more $C8dannye2015-08-101-5/+5
| | | | | | | | | | Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-08-101-34/+34
| |\
| | * commented audio codeYamaArashi2015-08-081-26/+26
| | |
| | * fixed namesYamaArashi2015-08-071-6/+6
| | |
| | * named CountSetBits output variableYamaArashi2015-08-071-2/+2
| | |
| * | Replace some hardcoded data sizesdannye2015-08-091-6/+6
| |/
| * Use more lbdannye2015-08-051-20/+21
| | | | | | | | and other clean up
| * constants for PrintNumberYamaArashi2015-07-291-9/+6
| |
| * Merge branch 'master' of https://github.com/xCrystal/pokereddannye2015-07-261-12/+12
| |\
| | * Use more wram labels and other constantsxCrystal2015-07-241-12/+12
| | |
| * | yet more namingYamaArashi2015-07-251-2/+2
| | |
| * | more naming variablesYamaArashi2015-07-241-7/+7
| | |
| * | named animation functions/variablesYamaArashi2015-07-241-6/+6
| | |
| * | fixed hram aliases and named wram varYamaArashi2015-07-231-9/+9
| |/
| * Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-221-2/+2
| |\ | | | | | | enumerate events
| | * named more constantsYamaArashi2015-07-211-2/+2
| | |
| * | Name some battle sound effectsdannye2015-07-211-1/+1
| |/
| * constants for flag actionsYamaArashi2015-07-191-3/+3
| |
| * jpab/jpba macrosYamaArashi2015-07-191-36/+12
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-2/+2
| |\ | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| | * small changesYamaArashi2015-07-181-2/+2
| | |
| * | Name sound effectsdannye2015-07-191-3/+3
| |/
| * Consolidate coord macrosdannye2015-07-181-22/+22
| |
| * fix variable namingYamaArashi2015-07-181-17/+19
| |
| * money / coins hram constantsYamaArashi2015-07-171-17/+17
| |
| * More direction constantsdannye2015-07-171-1/+1
| | | | | | | | facing directions, npc movement, joypad
| * menu stuffYamaArashi2015-07-151-15/+15
| |
| * more movement stuffYamaArashi2015-07-151-2/+2
| |
| * commented movement stuffYamaArashi2015-07-151-3/+3
| |
| * named wram variablesYamaArashi2015-07-141-19/+19
| |
| * hall of fame / creditsYamaArashi2015-07-141-3/+3
| |
| * player animations, emotion bubbles, etc.YamaArashi2015-07-141-3/+3
| |
| * Use more screen dimension constantsdannye2015-07-141-3/+3
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-141-48/+51
| |\ | | | | | | | | | | | | Conflicts: engine/town_map.asm