| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 2020-06-27 | 22 | -46/+46 | |
| | | | | | | | Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||||
| | * | Move more tables from engine/ to data/ | Rangi | 2020-06-23 | 7 | -109/+13 | |
| | | | | | | | | | This also splits the end of engine/battle/core.asm into engine/battle/effects.asm. | |||||
| | * | use rept macro | akatsuki-py | 2020-05-24 | 1 | -9/+2 | |
| | | | ||||||
| | * | Fix comment from Y pos to X pos | Akatsuki-py | 2020-05-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update audio macro names | dannye | 2019-07-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | 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 | -7/+9 | |
| | | | ||||||
| | * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 4 | -11/+11 | |
| | | | | | | | | | Polished Map | |||||
| | * | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 2017-12-30 | 3 | -342/+342 | |
| | | | | | | | | | in instructions like add a, x | |||||
| | * | Catch a missed hide/show ID | dannye | 2017-10-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge pull request #167 from Pokechu22/rgbds-0.3.3 | yenatch | 2017-09-29 | 2 | -2/+2 | |
| | |\ | | | | | | | Update for RGBDS 0.3.3 | |||||
| | | * | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 2017-06-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
| | * | | Fix typos in comments | dannye | 2017-06-24 | 2 | -6/+6 | |
| | |/ | ||||||
| | * | use text constants in poison.asm | YamaArashi | 2016-12-31 | 1 | -2/+2 | |
| | | | ||||||
| | * | split code out of main.asm | YamaArashi | 2016-12-31 | 10 | -0/+1209 | |
| | | | ||||||
| | * | split bank 1 into files | YamaArashi | 2016-09-17 | 1 | -0/+29 | |
| | | | ||||||
| | * | pull some bank 1 code out of main.asm | YamaArashi | 2016-09-17 | 1 | -0/+356 | |
| | | | ||||||
| | * | Redo audio header macro | dannye | 2016-07-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2016-07-18 | 9 | -59/+58 | |
| | |\ | ||||||
| | | * | sync tileset WRAM labels | YamaArashi | 2016-06-12 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | sync engine code with pokeyellow | YamaArashi | 2016-06-12 | 10 | -58/+57 | |
| | | | | ||||||
| | * | | Clean up text commands | dannye | 2016-07-18 | 6 | -8/+10 | |
| | |/ | ||||||
| | * | Remove the last address comments | dannye | 2016-06-12 | 1 | -1/+1 | |
| | | | | | | | | | | | except for wram.asm and sram.asm also delete unused yellow file | |||||
| | * | remove address comments | YamaArashi | 2016-06-11 | 25 | -198/+198 | |
| | | | ||||||
| | * | dbw door tiles | pikalaxalt | 2016-05-22 | 1 | -26/+13 | |
| | | | ||||||
| | * | Macrofy sprite status data in WRA0 | PikalaxALT | 2016-01-29 | 1 | -3/+3 | |
| | | | ||||||
| | * | Fix game time labels | PikalaxALT | 2016-01-03 | 1 | -1/+1 | |
| | | | ||||||
| | * | No more W_ | dannye | 2015-08-30 | 15 | -63/+63 | |
| | | | ||||||
| | * | documented flags and misc. fixes | YamaArashi | 2015-08-29 | 1 | -3/+8 | |
| | | | ||||||
| * | | Identify wSpriteStateData[12] offset uses | Rangi | 2020-11-06 | 1 | -4/+4 | |
| | | | ||||||
| * | | Define OAM_HIGH_PALS for %100 in OAM attributes | Rangi | 2020-11-06 | 2 | -9/+9 | |
| | | | ||||||
| * | | Organize home and macro code | Rangi | 2020-11-05 | 2 | -2/+2 | |
| | | | ||||||
| * | | Start reorganizing pokeyellow | Rangi | 2020-11-04 | 5 | -8/+69 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-11-04 | 42 | -2611/+1252 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-05-20 | 28 | -988/+704 | |
| | | | ||||||
| * | | Port pull request #234 from pokered, and fix bloated Pikachu images | CelestialAmber | 2020-05-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Rename spritestatedata structs. | luckytyphlosion | 2018-11-18 | 10 | -19/+19 | |
| | | | ||||||
| * | | 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 into merge-pokered | dannye | 2016-06-12 | 6 | -27/+27 | |
| |\ \ | ||||||
| | * | | sync engine code with pokered | YamaArashi | 2016-06-11 | 6 | -34/+34 | |
| | | | | ||||||
| * | | | Remove more address comments | dannye | 2016-06-12 | 4 | -10/+10 | |
| |/ / | ||||||
| * | | remove address comments | YamaArashi | 2016-06-11 | 45 | -303/+303 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-11 | 4 | -12/+16 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-06-11 | 14 | -78/+83 | |
| | |\ \ | ||||||
| | * | | | Sync with pokered | dannye | 2016-06-11 | 4 | -12/+16 | |
| | | | | | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016 | |||||
| * | | | | Character dict; surfing minigame; printer debug | pikalaxalt | 2016-06-11 | 3 | -5/+5 | |
| | | | | | ||||||
| * | | | | More on Pikachu emotions | pikalaxalt | 2016-06-08 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Pikapic animation function labels | pikalaxalt | 2016-06-08 | 1 | -2/+2 | |
| | |/ / |/| | | ||||||
| * | | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-08 | 13 | -48/+71 | |
| |\| | | ||||||
| | * | | Clean up main.asm | dannye | 2016-06-06 | 1 | -0/+24 | |
| | | | | | | | | | | | | | recreated deleted file that never should have been unused | |||||
