aboutsummaryrefslogtreecommitdiffstats
path: root/home (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add subdirectories to engine/ similar to pokecrystalRangi2020-07-021-0/+85
| |
| * Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)Rangi2020-06-271-1/+1
| | | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
| * Update audio macro namesdannye2019-07-272-3/+3
| | | | | | | | | | | | change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names
| * Replace some hard-coded values with constantsRangi2019-07-071-1/+1
| |
| * Rename map files, labels, and constants to be consistent and work with ↵Rangi2019-01-011-6/+6
| | | | | | | | Polished Map
| * Add space between arguments in assembly instructions and remove redundant a ↵xCrystal2017-12-304-1447/+1447
| | | | | | | | in instructions like add a, x
| * Replace deprecated mnemonics by the correct onesAntonio Niño Díaz2017-06-093-8/+8
| | | | | | | | | | | | | | The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
| * split code out of main.asmYamaArashi2016-12-311-1/+1
| |
| * use hardware constants in pic.asmYamaArashi2016-11-021-3/+3
| |
| * name text destination pointer variableYamaArashi2016-09-111-5/+5
| |
| * Replace unnecessary tabs with spacesdannye2016-07-271-2/+2
| |
| * Redo audio header macrodannye2016-07-272-6/+6
| |
| * Merge branch 'master' of https://github.com/pret/pokereddannye2016-07-187-162/+172
| |\
| | * sync homeYamaArashi2016-06-126-67/+88
| | |
| | * sync tileset WRAM labelsYamaArashi2016-06-121-9/+9
| | |
| | * more syncing with pokeyellowYamaArashi2016-06-121-86/+75
| | |
| * | Clean up text commandsdannye2016-07-181-23/+27
| |/
* | Add constants for player and rival startersRangi2020-11-132-2/+2
| |
* | More debug yellowdannye2020-11-072-0/+8
| | | | | | | | only debug menu left
* | Start disassembling debug yellowdannye2020-11-062-0/+12
| | | | | | | | non matching
* | Sync more with pokeredRangi2020-11-062-12/+14
| |
* | Sync more with pokeredRangi2020-11-052-2/+2
| |
* | Organize home and macro codeRangi2020-11-0516-79/+87
| |
* | Start reorganizing pokeyellowRangi2020-11-0411-7/+196
| |
* | Sync with pokereddannye2020-11-0466-743/+5338
| |
* | Sync with pokereddannye2020-05-206-171/+174
| |
* | Improve some labels in the Pikachu Follow codeTravis McGeehan2019-02-201-3/+3
| |
* | Rename spritestatedata structs.luckytyphlosion2018-11-182-3/+3
| |
* | fix some constantsyenatch2018-04-011-1/+1
| |
* | Fix warnings about deprecated mnemonics on newer builds of rgbdsPokechu222017-09-252-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-07-166-83/+63
|\ \
| * | sync homeYamaArashi2016-06-126-91/+71
| | |
| * | sync tileset WRAM labelsYamaArashi2016-06-121-5/+5
| | |
* | | Merge branch 'master' of https://github.com/pret/pokeyellow into merge-pokereddannye2016-06-121-12/+12
|\| |
| * | more syncing with pokeredYamaArashi2016-06-121-32/+32
| | |
* | | Remove more address commentsdannye2016-06-127-39/+39
| | |
* | | Merge branch 'master' of https://github.com/pret/pokered into merge-pokereddannye2016-06-121-3/+3
|\ \ \ | | |/ | |/|
| * | Remove the last address commentsdannye2016-06-121-2/+2
| | | | | | | | | | | | | | | except for wram.asm and sram.asm also delete unused yellow file
* | | Merge branch 'master' of https://github.com/pret/pokered into merge-pokereddannye2016-06-121-8/+8
|\| | | |/ |/|
| * Remove some leftover address commentsdannye2016-06-121-8/+8
| |
| * remove address commentsYamaArashi2016-06-117-151/+151
| |
| * Fix game time labelsPikalaxALT2016-01-031-2/+2
| |
| * No more S_dannye2015-08-301-11/+11
| |
| * No more W_dannye2015-08-303-224/+224
| |
| * documented flags and misc. fixesYamaArashi2015-08-291-2/+2
| |
* | remove address commentsYamaArashi2016-06-1116-230/+230
| |
* | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-113-150/+150
|\ \
| * \ Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-06-113-34/+72
| |\ \
| * | | Sync with pokereddannye2016-06-113-150/+150
| | | | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016
* | | | Character dict; surfing minigame; printer debugpikalaxalt2016-06-112-64/+55
| | | |