aboutsummaryrefslogtreecommitdiffstats
path: root/home.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove the last address commentsdannye2016-06-121-2/+2
| | | | | | | | | | except for wram.asm and sram.asm also delete unused yellow file
| * remove address commentsYamaArashi2016-06-111-206/+206
| |
| * fix typoesYamaArashi2016-01-091-3/+3
| |
| * Fix game time labelsPikalaxALT2016-01-031-1/+1
| |
| * No more S_dannye2015-08-301-11/+11
| |
| * No more W_dannye2015-08-301-64/+64
| |
| * commented pokeball functionYamaArashi2015-08-291-3/+3
| |
* | Organize home and macro codeRangi2020-11-051-0/+1
| |
* | Start reorganizing pokeyellowRangi2020-11-041-201/+3
| |
* | Sync with pokereddannye2020-11-041-4723/+76
| |
* | Sync with pokereddannye2020-05-201-23/+18
| |
* | Clean up pre-linkerscript remnants.luckytyphlosion2018-11-181-15/+15
| |
* | Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu222017-09-251-2/+2
| |
* | Fixed typoNull Dev2017-01-201-1/+1
| |
* | Fixed typoNull Dev2017-01-191-1/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-07-161-34/+35
|\ \
| * | sync homeYamaArashi2016-06-121-49/+48
| | |
* | | Remove more address commentsdannye2016-06-121-21/+19
|/ /
* | remove address commentsYamaArashi2016-06-111-259/+259
| |
* | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-111-28/+28
|\ \
| * \ Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-06-111-36/+35
| |\ \
| * | | Sync with pokereddannye2016-06-111-28/+28
| | | | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016
* | | | More on Pikachu emotionspikalaxalt2016-06-081-3/+3
| |/ / |/| |
* | | No more standalone WRAM addresses in the Event Flags arraypikalaxalt2016-06-081-31/+30
| | |
* | | Printer-related labelspikalaxalt2016-06-061-5/+5
|/ /
* | Text macros; Prize Roompikalaxalt2016-06-011-80/+80
| |
* | Champion's room; resolve predefspikalaxalt2016-05-311-5/+5
| |
* | Vermilion Fan Clubpikalaxalt2016-05-311-1/+1
| |
* | League PC code, address comments for hidden_items.asmluckytyphlosion2016-05-301-3/+3
| |
* | Pewter Pokecenterpikalaxalt2016-05-291-1/+1
| |
* | Another chunk of bank 3cpikalaxalt2016-05-291-114/+1
| |
* | Vermilion City scriptspikalaxalt2016-05-271-4/+3
| |
* | More code and what looks like scripts in Fpikalaxalt2016-05-251-1089/+1089
| |
* | Numerous changes (see below)pikalaxalt2016-05-241-69/+74
| | | | | | | | | | | | * Fix build errors from previous commit * Fix predef text pointers * Disassemble hidden object data and additional accessory functions
* | Bank7 misc functionsluckytyphlosion2016-05-231-2/+2
| | | | | | | | Also delete gfx/intro_nido pngs (aren't used in the build)
* | Some work on disassembling npc movement scripts (aka informed copy/paste ↵pikalaxalt2016-05-211-1/+1
| | | | | | | | from red)
* | Disassemble yellow soundspikalaxalt2016-05-201-0/+2
| |
* | Replace bankswitch jumps with jpab, also fix hardcoded bank reference.luckytyphlosion2016-04-091-3/+1
| |
* | Some Bank3F Pikachu Emotions disassembling and partial documentation.luckytyphlosion2016-04-091-1/+1
| |
* | GBC palette codeYamaArashi2016-03-261-28/+28
| |
* | Minor fixesluckytyphlosion2016-01-091-17/+17
| |
* | More BankF documentationluckytyphlosion2015-12-291-6/+6
| | | | | | | | Also introduce bit direction constants and setpal macros
* | Start disassembling bank0F (Battle)luckytyphlosion2015-12-261-2/+2
| | | | | | | | All current findings will be located in engine/battle/core_.asm
* | engine/battle/trainer_ai.asmluckytyphlosion2015-12-061-4/+4
| |
* | LoadPokedexTilePatterns and engine/overworld/map_sprites.asmluckytyphlosion2015-11-211-1/+1
| | | | | | | | Also replace dummy sprites and fix replace.sh to only parse .asm files
* | engine/menu/players_pc.asmluckytyphlosion2015-11-131-1/+1
| | | | | | | | also rename CinnabarGymQuiz_1eb0a to CinnabarGymQuiz_1e4bf
* | 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.