aboutsummaryrefslogtreecommitdiffstats
path: root/home/overworld.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Pewter Pokecenterpikalaxalt2016-05-291-1/+1
| |
* | Another chunk of bank 3cpikalaxalt2016-05-291-2/+2
| |
* | Move yellow/main.asm code to main.asmluckytyphlosion2016-04-141-1/+1
| | | | | | | | Also fix an error in home/overworld.asm
* | Replace bankswitch jumps with jpab, also fix hardcoded bank reference.luckytyphlosion2016-04-091-9/+3
| |
* | Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion2016-04-091-2/+2
| |
* | Document audio functions.luckytyphlosion2016-03-191-1/+1
| |
* | More BankF documentationluckytyphlosion2015-12-291-4/+4
| | | | | | | | Also introduce bit direction constants and setpal macros
* | LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-211-1/+1
| | | | | | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* | overworld item & movement code, cable club code, remove more instances of ↵luckytyphlosion2015-10-291-67/+67
| | | | | | | | | | | | W_, add PIKAHAPPY_TRADE Also make replace.sh take args
* | Complete documentation of bank3luckytyphlosion2015-10-181-11/+11
| | | | | | | | | | Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
* | Make pokeyellow build correctly.luckytyphlosion2015-09-031-14/+15
| |
* | Fixes.luckytyphlosion2015-08-301-1/+4
| |
* | Merge branch 'master' of https://github.com/iimarckus/pokeredluckytyphlosion2015-08-301-187/+179
|\| | | | | | | Doesn't build.
| * add border constant and clear up misnomerYamaArashi2015-08-141-38/+38
| |
| * commented SGB palette stuffYamaArashi2015-08-121-4/+4
| |
| * commented audio codeYamaArashi2015-08-081-11/+11
| |
| * Use more lbdannye2015-08-051-2/+2
| | | | | | | | and other clean up
| * yet more namingYamaArashi2015-07-251-6/+7
| |
| * more naming variablesYamaArashi2015-07-241-16/+21
| |
| * enumerate eventsYamaArashi2015-07-201-4/+2
| |
| * namingYamaArashi2015-07-191-68/+68
| |
| * jpab/jpba macrosYamaArashi2015-07-191-9/+3
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-191-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
| | * small changesYamaArashi2015-07-181-1/+1
| | |
| * | Name sound effectsdannye2015-07-191-6/+6
| |/
| * Consolidate coord macrosdannye2015-07-181-6/+6
| |
| * fix variable namingYamaArashi2015-07-181-77/+77
| |
| * named wram variablesYamaArashi2015-07-141-3/+3
| |
| * Use more screen dimension constantsdannye2015-07-141-1/+1
| |
| * Merge branch 'master' of https://github.com/YamaArashi/pokereddannye2015-07-141-1/+1
| |\ | | | | | | | | | | | | Conflicts: engine/town_map.asm
| | * named wram variablesYamaArashi2015-07-121-1/+1
| | |
| * | Use more *Coorddannye2015-07-141-4/+4
| |/ | | | | | | | | | | 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
| * Rename/organize part 1 of 4U-Daniel-PC\Daniel2015-07-031-10/+10
| | | | | | | | | | 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-091-7/+7
| |
* | Fix typos up to end of home/audio.asmluckytyphlosion2015-08-091-16/+16
| |
* | Attempt to make Yellow Buildable, part 5luckytyphlosion2015-08-021-8/+8
| | | | | | | | Rest of unknown pointers in homebank, fix some function names.
* | Attempt to make yellow buildable, part 4luckytyphlosion2015-08-011-6/+6
| | | | | | | | Hardcoded pointers, dr (define rom) macro.
* | Attempt to make Yellow buildable, part 2.luckytyphlosion2015-08-011-11/+13
| |
* | Attempt to make yellow buildable.luckytyphlosion2015-08-011-1/+1
| | | | | | | | Building Errors: Segmentation Error.
* | Fix some audio labels.luckytyphlosion2015-06-101-5/+5
| |
* | Merge git://github.com/dannye/pokeyellow into dannye-masterluckytyphlosion2015-06-051-7/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-051-2/+2
| | |
| * | EOL Windows->UNIXU-Daniel-PC\Daniel2015-06-041-2292/+2292
| | |
* | | Fix EOL to LF to make push requests more doable.luckytyphlosion2015-06-051-2292/+2292
|/ /
* | 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-171-2225/+2293
| |
* | More Yellow newstuff.luckytyphlosion2015-05-141-45/+49
| |