| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Add subdirectories to engine/ similar to pokecrystal | Rangi | 2020-07-02 | 1 | -0/+85 | |
| | | | ||||||
| | * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 1 | -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 names | dannye | 2019-07-27 | 2 | -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 constants | Rangi | 2019-07-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 1 | -6/+6 | |
| | | | | | | | | | Polished Map | |||||
| | * | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 2017-12-30 | 4 | -1447/+1447 | |
| | | | | | | | | | in instructions like add a, x | |||||
| | * | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 2017-06-09 | 3 | -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.asm | YamaArashi | 2016-12-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | use hardware constants in pic.asm | YamaArashi | 2016-11-02 | 1 | -3/+3 | |
| | | | ||||||
| | * | name text destination pointer variable | YamaArashi | 2016-09-11 | 1 | -5/+5 | |
| | | | ||||||
| | * | Replace unnecessary tabs with spaces | dannye | 2016-07-27 | 1 | -2/+2 | |
| | | | ||||||
| | * | Redo audio header macro | dannye | 2016-07-27 | 2 | -6/+6 | |
| | | | ||||||
| | * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2016-07-18 | 7 | -162/+172 | |
| | |\ | ||||||
| | | * | sync home | YamaArashi | 2016-06-12 | 6 | -67/+88 | |
| | | | | ||||||
| | | * | sync tileset WRAM labels | YamaArashi | 2016-06-12 | 1 | -9/+9 | |
| | | | | ||||||
| | | * | more syncing with pokeyellow | YamaArashi | 2016-06-12 | 1 | -86/+75 | |
| | | | | ||||||
| | * | | Clean up text commands | dannye | 2016-07-18 | 1 | -23/+27 | |
| | |/ | ||||||
| * | | Add constants for player and rival starters | Rangi | 2020-11-13 | 2 | -2/+2 | |
| | | | ||||||
| * | | More debug yellow | dannye | 2020-11-07 | 2 | -0/+8 | |
| | | | | | | | | | only debug menu left | |||||
| * | | Start disassembling debug yellow | dannye | 2020-11-06 | 2 | -0/+12 | |
| | | | | | | | | | non matching | |||||
| * | | Sync more with pokered | Rangi | 2020-11-06 | 2 | -12/+14 | |
| | | | ||||||
| * | | Sync more with pokered | Rangi | 2020-11-05 | 2 | -2/+2 | |
| | | | ||||||
| * | | Organize home and macro code | Rangi | 2020-11-05 | 16 | -79/+87 | |
| | | | ||||||
| * | | Start reorganizing pokeyellow | Rangi | 2020-11-04 | 11 | -7/+196 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-11-04 | 66 | -743/+5338 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-05-20 | 6 | -171/+174 | |
| | | | ||||||
| * | | Improve some labels in the Pikachu Follow code | Travis McGeehan | 2019-02-20 | 1 | -3/+3 | |
| | | | ||||||
| * | | Rename spritestatedata structs. | luckytyphlosion | 2018-11-18 | 2 | -3/+3 | |
| | | | ||||||
| * | | fix some constants | yenatch | 2018-04-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | 2017-09-25 | 2 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-07-16 | 6 | -83/+63 | |
| |\ \ | ||||||
| | * | | sync home | YamaArashi | 2016-06-12 | 6 | -91/+71 | |
| | | | | ||||||
| | * | | sync tileset WRAM labels | YamaArashi | 2016-06-12 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Merge branch 'master' of https://github.com/pret/pokeyellow into merge-pokered | dannye | 2016-06-12 | 1 | -12/+12 | |
| |\| | | ||||||
| | * | | more syncing with pokered | YamaArashi | 2016-06-12 | 1 | -32/+32 | |
| | | | | ||||||
| * | | | Remove more address comments | dannye | 2016-06-12 | 7 | -39/+39 | |
| | | | | ||||||
| * | | | Merge branch 'master' of https://github.com/pret/pokered into merge-pokered | dannye | 2016-06-12 | 1 | -3/+3 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | Remove the last address comments | dannye | 2016-06-12 | 1 | -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-pokered | dannye | 2016-06-12 | 1 | -8/+8 | |
| |\| | | |/ |/| | ||||||
| | * | Remove some leftover address comments | dannye | 2016-06-12 | 1 | -8/+8 | |
| | | | ||||||
| | * | remove address comments | YamaArashi | 2016-06-11 | 7 | -151/+151 | |
| | | | ||||||
| | * | Fix game time labels | PikalaxALT | 2016-01-03 | 1 | -2/+2 | |
| | | | ||||||
| | * | No more S_ | dannye | 2015-08-30 | 1 | -11/+11 | |
| | | | ||||||
| | * | No more W_ | dannye | 2015-08-30 | 3 | -224/+224 | |
| | | | ||||||
| | * | documented flags and misc. fixes | YamaArashi | 2015-08-29 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove address comments | YamaArashi | 2016-06-11 | 16 | -230/+230 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-11 | 3 | -150/+150 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-06-11 | 3 | -34/+72 | |
| | |\ \ | ||||||
| | * | | | Sync with pokered | dannye | 2016-06-11 | 3 | -150/+150 | |
| | | | | | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016 | |||||
| * | | | | Character dict; surfing minigame; printer debug | pikalaxalt | 2016-06-11 | 2 | -64/+55 | |
| | | | | | ||||||
