aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cable_club_npc.asmluckytyphlosion2015-11-081-10/+67
|
* engine/overworld/pokecenter.asmluckytyphlosion2015-11-071-16/+97
|
* Poke Mart and LearnMove codeluckytyphlosion2015-11-011-13/+13
|
* overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-2912-191/+376
| | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* Revert "Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-261-67/+94
| | | | | | functions, other misc functions"" This reverts commit c8ddbe7566120d74a5078d5a9031a6c5befde00d.
* Revert "data/facing.asm, titlescreen functions, oam/sprite related ↵luckytyphlosion2015-10-251-94/+67
| | | | | | functions, other misc functions" This reverts commit 3a5d7ec05db9ce1156863983a0427396d6f6f49b.
* data/facing.asm, titlescreen functions, oam/sprite related functions, other ↵luckytyphlosion2015-10-241-67/+94
| | | | | | misc functions Also rename pcm-related functions.
* Complete documentation of bank3luckytyphlosion2015-10-184-4/+4
| | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* More bank3 documentationluckytyphlosion2015-10-171-15/+16
| | | | Also misc. documentation in bank3c and bank3f
* Rename some palette labels.luckytyphlosion2015-10-121-3/+3
| | | | Also add replace.sh
* Make pokeyellow build correctly.luckytyphlosion2015-09-031-1/+1
|
* Fixes.luckytyphlosion2015-08-302-3/+0
|
* Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-3025-787/+854
|\ | | | | | | Doesn't build.
| * named more variablesYamaArashi2015-08-123-10/+10
| |
| * No more $C8dannye2015-08-101-3/+3
| | | | | | | | | | 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-105-50/+50
| |\
| | * commented audio codeYamaArashi2015-08-084-33/+33
| | |
| | * named CountSetBits output variableYamaArashi2015-08-071-17/+17
| | |
| * | Replace some hardcoded data sizesdannye2015-08-094-4/+6
| |/
| * Use more lbdannye2015-08-057-15/+15
| | | | | | | | and other clean up
| * yet more namingYamaArashi2015-07-253-20/+20
| |
| * more naming variablesYamaArashi2015-07-243-4/+4
| |
| * named more functionsYamaArashi2015-07-242-30/+28
| |
| * named animation functions/variablesYamaArashi2015-07-244-102/+107
| |
| * fixed hram aliases and named wram varYamaArashi2015-07-231-2/+2
| |
| * clean up wram aliasesYamaArashi2015-07-232-3/+3
| |
| * Merge pull request #107 from YamaArashi/masterDaniel Harding2015-07-222-5/+2
| |\ | | | | | | enumerate events
| | * named most of the used eventsYamaArashi2015-07-211-1/+1
| | |
| | * enumerate eventsYamaArashi2015-07-202-5/+2
| | |
| * | Unify audio bank referencesdannye2015-07-221-1/+1
| | | | | | | | | | | | | | | | | | 2→1 8→2 1f→3
| * | Rename sound effect filesdannye2015-07-222-8/+8
| |/
| * constants for flag actionsYamaArashi2015-07-191-4/+4
| |
| * namingYamaArashi2015-07-191-13/+13
| |
| * replace uses of minus oneYamaArashi2015-07-191-1/+1
| |
| * jpab/jpba macrosYamaArashi2015-07-192-6/+2
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-195-49/+51
| |\ | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| | * small changesYamaArashi2015-07-182-13/+16
| | |
| | * miscYamaArashi2015-07-183-36/+35
| | |
| * | Name sound effectsdannye2015-07-199-15/+15
| |/
| * Consolidate coord macrosdannye2015-07-183-5/+5
| |
| * fix variable namingYamaArashi2015-07-182-11/+11
| |
| * money / coins hram constantsYamaArashi2015-07-172-9/+9
| |
| * intro stuffYamaArashi2015-07-171-1/+1
| |
| * More direction constantsdannye2015-07-172-11/+12
| | | | | | | | facing directions, npc movement, joypad
| * more movement stuffYamaArashi2015-07-153-61/+71
| |
| * commented movement stuffYamaArashi2015-07-153-155/+174
| |
| * named wram variablesYamaArashi2015-07-142-7/+7
| |
| * hall of fame / creditsYamaArashi2015-07-142-3/+3
| |
| * player animations, emotion bubbles, etc.YamaArashi2015-07-145-63/+88
| |
| * Use more screen dimension constantsdannye2015-07-142-3/+3
| |