| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | SpriteImageBaseOffset -> ImageBaseOffset | luckytyphlosion | 2018-11-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Clean up pre-linkerscript remnants. | luckytyphlosion | 2018-11-18 | 1 | -4/+4 | |
| | | | ||||||
| | * | Fix spritestatedata macros to be prefixed with w. | luckytyphlosion | 2018-11-18 | 1 | -42/+36 | |
| | | | ||||||
| | * | Use rgblink dmg mode | dannye | 2018-03-24 | 1 | -33/+4 | |
| | | | ||||||
| | * | use constants for wEvosMoves size | yenatch | 2018-03-22 | 1 | -1/+1 | |
| | | | ||||||
| | * | add wEvosMoves instead of using eevee | yenatch | 2018-03-21 | 1 | -0/+9 | |
| | | | ||||||
| | * | Merge pull request #167 from Pokechu22/rgbds-0.3.3 | yenatch | 2017-09-29 | 1 | -1/+5 | |
| | |\ | | | | | | | Update for RGBDS 0.3.3 | |||||
| | | * | Use unions rather than negative offsets | Pokechu22 | 2017-09-29 | 1 | -1/+5 | |
| | | | | ||||||
| | * | | Fix typos in comments | dannye | 2017-06-24 | 1 | -5/+5 | |
| | |/ | ||||||
| | * | Fix the Stack section. | yenatch | 2017-05-01 | 1 | -2/+2 | |
| | | | | | | | | | Negative section sizes are no longer allowed as of rgbds 0.3.0. | |||||
| | * | Revert "Fix floating sections" | AntonioND | 2017-03-21 | 1 | -2/+2 | |
| | | | | | | | | | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com> | |||||
| | * | Fix typo in address | Panda Habert | 2017-03-16 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix floating sections | AntonioND | 2017-03-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com> | |||||
| | * | name text destination pointer variable | YamaArashi | 2016-09-11 | 1 | -5/+4 | |
| | | | ||||||
| | * | sync tileset WRAM labels | YamaArashi | 2016-06-12 | 1 | -5/+5 | |
| | | | ||||||
| | * | sync engine code with pokeyellow | YamaArashi | 2016-06-12 | 1 | -1/+1 | |
| | | | ||||||
| | * | Macrofy sprite status data in WRA0 | PikalaxALT | 2016-01-29 | 1 | -2/+67 | |
| | | | ||||||
| | * | Fix game time labels | PikalaxALT | 2016-01-03 | 1 | -7/+9 | |
| | | | ||||||
| | * | Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party struct | dannye | 2015-09-09 | 1 | -30/+5 | |
| | | | ||||||
| | * | No more wram_constants.asm | dannye | 2015-08-30 | 1 | -2/+38 | |
| | | | | | | | | | unfortunately, this means manually declaring the wEnemyMon1 party struct | |||||
| | * | No more W_ | dannye | 2015-08-30 | 1 | -242/+242 | |
| | | | ||||||
| | * | replaced hardcoded values in ItemUseMedicine | YamaArashi | 2015-08-30 | 1 | -0/+1 | |
| | | | ||||||
| | * | commented pokeball function | YamaArashi | 2015-08-29 | 1 | -0/+2 | |
| | | | ||||||
| | * | added constants for item capacity | YamaArashi | 2015-08-29 | 1 | -2/+2 | |
| | | | ||||||
| | * | documented flags and misc. fixes | YamaArashi | 2015-08-29 | 1 | -7/+41 | |
| | | | ||||||
| * | | Add constants for player and rival starters | Rangi | 2020-11-13 | 1 | -4/+0 | |
| | | | ||||||
| * | | Add label for unknown debug byte | dannye | 2020-11-07 | 1 | -0/+4 | |
| | | | ||||||
| * | | Sync more with pokered | Rangi | 2020-11-05 | 1 | -43/+80 | |
| | | | ||||||
| * | | Remove trailing whitespace | Rangi | 2020-11-05 | 1 | -6/+6 | |
| | | | ||||||
| * | | Start reorganizing pokeyellow | Rangi | 2020-11-04 | 1 | -19/+4 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-11-04 | 1 | -1216/+1133 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-05-20 | 1 | -76/+89 | |
| | | | ||||||
| * | | Prefix AnimatedObject labels with w. | luckytyphlosion | 2018-11-18 | 1 | -15/+14 | |
| | | | ||||||
| * | | Clean up pre-linkerscript remnants. | luckytyphlosion | 2018-11-18 | 1 | -5/+4 | |
| | | | ||||||
| * | | Rename spritestatedata structs. | luckytyphlosion | 2018-11-18 | 1 | -60/+53 | |
| | | | ||||||
| * | | Change stack positioning to not use a negative offset | Pokechu22 | 2017-09-26 | 1 | -2/+2 | |
| | | | | | | | | | The stack size also is smaller because wBGPPalsBuffer cut into it. This seems wrong, but I don't know how to do it correctly. | |||||
| * | | Use unions instead of negative ds | Pokechu22 | 2017-09-26 | 1 | -3/+14 | |
| | | | ||||||
| * | | Label some Pikachu's Beach related routines | Sanqui | 2016-08-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | sync tileset WRAM labels | YamaArashi | 2016-06-12 | 1 | -3/+3 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-11 | 1 | -143/+181 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-06-11 | 1 | -614/+579 | |
| | |\ \ | ||||||
| | * | | | Sync with pokered | dannye | 2016-06-11 | 1 | -147/+251 | |
| | | | | | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016 | |||||
| * | | | | Character dict; surfing minigame; printer debug | pikalaxalt | 2016-06-11 | 1 | -96/+108 | |
| | | | | | ||||||
| * | | | | Pikachu movement functions | pikalaxalt | 2016-06-08 | 1 | -23/+35 | |
| | | | | | ||||||
| * | | | | Pikapic animation function labels | pikalaxalt | 2016-06-08 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | Fix WRAM address comments beyond the former site of wGBC | pikalaxalt | 2016-06-08 | 1 | -405/+406 | |
| | | | | ||||||
| * | | | No more standalone WRAM addresses in the Event Flags array | pikalaxalt | 2016-06-08 | 1 | -130/+4 | |
| | | | | ||||||
| * | | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-08 | 1 | -7/+7 | |
| |\| | | ||||||
| | * | | Clean up white space | dannye | 2016-06-06 | 1 | -12/+12 | |
| | | | | ||||||
| * | | | Is this an OAM printer? | pikalaxalt | 2016-06-08 | 1 | -2/+13 | |
| | | | | ||||||
