aboutsummaryrefslogtreecommitdiffstats
path: root/home (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-193-10/+10
| |\ | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| | * small changesYamaArashi2015-07-182-2/+2
| | |
| | * miscYamaArashi2015-07-181-8/+8
| | |
| * | Name sound effectsdannye2015-07-192-13/+13
| |/
| * Consolidate coord macrosdannye2015-07-184-24/+24
| |
| * fix variable namingYamaArashi2015-07-182-88/+88
| |
| * named wram variablesYamaArashi2015-07-141-3/+3
| |
| * hall of fame / creditsYamaArashi2015-07-142-4/+4
| |
| * Comment naming screendannye2015-07-141-2/+2
| | | | | | | | also use more joypad constants
| * Use more screen dimension constantsdannye2015-07-142-14/+14
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-143-6/+6
| |\ | | | | | | | | | | | | Conflicts: engine/town_map.asm
| | * comment slot machineYamaArashi2015-07-131-2/+2
| | |
| | * named wram variablesYamaArashi2015-07-121-1/+1
| | |
| | * use constant for bg transfer dest hram varYamaArashi2015-07-121-2/+2
| | |
| | * shake screen functionsYamaArashi2015-07-121-1/+1
| | |
| * | Use more *Coorddannye2015-07-143-9/+9
| |/ | | | | | | | | | | also town map code relabelling YamaArashi just did town map relabelling but oh well I aleady made the changes and don't feel like redoing it
| * Start using text predef macrosdannye2015-07-041-3/+3
| | | | | | | | also sprite direction constants
| * No more ldhU-Daniel-PC\Daniel2015-07-031-2/+2
| |
| * Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-036-36/+36
| | | | | | | | | | rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
* | Fix bank1c errors and a few missed bank0 errors.luckytyphlosion2015-08-093-9/+10
| |
* | Fix all of bank0 related errors.luckytyphlosion2015-08-091-0/+1
| |
* | Fix typos up to end of home/audio.asmluckytyphlosion2015-08-096-31/+32
| |
* | Attempt to make Yellow Buildable, part 5luckytyphlosion2015-08-025-16/+16
| | | | | | | | Rest of unknown pointers in homebank, fix some function names.
* | Attempt to make yellow buildable, part 4luckytyphlosion2015-08-013-16/+16
| | | | | | | | Hardcoded pointers, dr (define rom) macro.
* | Attempt to make Yellow buildable, part 2.luckytyphlosion2015-08-012-15/+16
| |
* | Attempt to make yellow buildable.luckytyphlosion2015-08-011-1/+1
| | | | | | | | Building Errors: Segmentation Error.
* | More home.asm fixes.luckytyphlosion2015-07-102-6/+6
| | | | | | | | | | | | Change CopyVideoData/Double to CopyVideoData/DoubleAlternate and CopyVideoData/DoubleLCDEnabled to CopyVideoData. Also an address fix.
* | home.asm label fixes.luckytyphlosion2015-06-293-4/+4
| |
* | Complete documentation of home.asm for pokeyellow.luckytyphlosion2015-06-201-6/+4
| | | | | | | | Note: Some functions may not exist, as they aren't documented.
* | Add address comments.luckytyphlosion2015-06-161-4/+4
| |
* | Minor pic.asm change and relabeling addresses.luckytyphlosion2015-06-121-31/+27
| |
* | Fix label typo.luckytyphlosion2015-06-101-1/+1
| |
* | Finish working on remaining audio function.luckytyphlosion2015-06-101-23/+16
| |
* | More home/audio.asmluckytyphlosion2015-06-101-42/+135
| |
* | Fix some audio labels.luckytyphlosion2015-06-101-5/+5
| |
* | Some home/audio.asm documentationluckytyphlosion2015-06-091-18/+38
| |
* | Fixed many homebank functions.luckytyphlosion2015-06-076-113/+160
| | | | | | | | | | | | Func_159b, fade.asm, init.asm, lcdc.asm, play_time.asm, serial.asm, text.asm. Added some wram/hram addresses too.
* | Fix home/play_time.asm and add it into the respective location in home.asmluckytyphlosion2015-06-051-7/+17
| |
* | Merge git://github.com/dannye/pokeyellow into dannye-masterluckytyphlosion2015-06-053-14/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: constants/connection_constants.asm constants/evolution_constants.asm constants/list_constants.asm constants/oam_constants.asm constants/sprite_constants.asm constants/type_constants.asm engine/bank3d/random.asm engine/bank3f/main.asm home.asm home/overworld.asm home/serial.asm macros.asm main.asm wram.asm
| * | Fix a lot of bugsU-Daniel-PC\Daniel2015-06-052-8/+8
| | |
| * | Merge branch 'master' of https://github.com/iimarckus/pokeredU-Daniel-PC\Daniel2015-06-041-312/+312
| |\| | | | | | | | | | | | | Conflicts: wram.asm
| | * EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-011-312/+312
| | |
| * | EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-043-2614/+2614
| | |
* | | Fix EOL to LF to make push requests more doable.luckytyphlosion2015-06-054-2925/+2925
|/ /
* | Fix comment.luckytyphlosion2015-06-031-1/+1
| |
* | Minor fixes here and there.luckytyphlosion2015-05-241-1/+1
| | | | | | | | Typos, moving around, new HRAM stuff.
* | Moving yellow data to yellow folder.luckytyphlosion2015-05-231-2/+2
| |
* | Fix mistake.luckytyphlosion2015-05-181-2/+2
| |
* | Completed home/overworld.asm with other related functionsluckytyphlosion2015-05-173-2545/+2615
| |
* | More Yellow newstuff.luckytyphlosion2015-05-141-45/+49
| |