aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * SpriteImageBaseOffset -> ImageBaseOffsetluckytyphlosion2018-11-181-1/+1
| |
| * Clean up pre-linkerscript remnants.luckytyphlosion2018-11-181-4/+4
| |
| * Fix spritestatedata macros to be prefixed with w.luckytyphlosion2018-11-181-42/+36
| |
| * Use rgblink dmg modedannye2018-03-241-33/+4
| |
| * use constants for wEvosMoves sizeyenatch2018-03-221-1/+1
| |
| * add wEvosMoves instead of using eeveeyenatch2018-03-211-0/+9
| |
| * Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch2017-09-291-1/+5
| |\ | | | | | | Update for RGBDS 0.3.3
| | * Use unions rather than negative offsetsPokechu222017-09-291-1/+5
| | |
| * | Fix typos in commentsdannye2017-06-241-5/+5
| |/
| * Fix the Stack section.yenatch2017-05-011-2/+2
| | | | | | | | Negative section sizes are no longer allowed as of rgbds 0.3.0.
| * Revert "Fix floating sections"AntonioND2017-03-211-2/+2
| | | | | | | | | | | | This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
| * Fix typo in addressPanda Habert2017-03-161-1/+1
| |
| * Fix floating sectionsAntonioND2017-03-141-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 variableYamaArashi2016-09-111-5/+4
| |
| * sync tileset WRAM labelsYamaArashi2016-06-121-5/+5
| |
| * sync engine code with pokeyellowYamaArashi2016-06-121-1/+1
| |
| * Macrofy sprite status data in WRA0PikalaxALT2016-01-291-2/+67
| |
| * Fix game time labelsPikalaxALT2016-01-031-7/+9
| |
| * Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party structdannye2015-09-091-30/+5
| |
| * No more wram_constants.asmdannye2015-08-301-2/+38
| | | | | | | | unfortunately, this means manually declaring the wEnemyMon1 party struct
| * No more W_dannye2015-08-301-242/+242
| |
| * replaced hardcoded values in ItemUseMedicineYamaArashi2015-08-301-0/+1
| |
| * commented pokeball functionYamaArashi2015-08-291-0/+2
| |
| * added constants for item capacityYamaArashi2015-08-291-2/+2
| |
| * documented flags and misc. fixesYamaArashi2015-08-291-7/+41
| |
* | Add constants for player and rival startersRangi2020-11-131-4/+0
| |
* | Add label for unknown debug bytedannye2020-11-071-0/+4
| |
* | Sync more with pokeredRangi2020-11-051-43/+80
| |
* | Remove trailing whitespaceRangi2020-11-051-6/+6
| |
* | Start reorganizing pokeyellowRangi2020-11-041-19/+4
| |
* | Sync with pokereddannye2020-11-041-1216/+1133
| |
* | Sync with pokereddannye2020-05-201-76/+89
| |
* | Prefix AnimatedObject labels with w.luckytyphlosion2018-11-181-15/+14
| |
* | Clean up pre-linkerscript remnants.luckytyphlosion2018-11-181-5/+4
| |
* | Rename spritestatedata structs.luckytyphlosion2018-11-181-60/+53
| |
* | Change stack positioning to not use a negative offsetPokechu222017-09-261-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 dsPokechu222017-09-261-3/+14
| |
* | Label some Pikachu's Beach related routinesSanqui2016-08-081-1/+1
| |
* | sync tileset WRAM labelsYamaArashi2016-06-121-3/+3
| |
* | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-111-143/+181
|\ \
| * \ Merge branch 'master' of https://github.com/pret/pokeyellowdannye2016-06-111-614/+579
| |\ \
| * | | Sync with pokereddannye2016-06-111-147/+251
| | | | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016
* | | | Character dict; surfing minigame; printer debugpikalaxalt2016-06-111-96/+108
| | | |
* | | | Pikachu movement functionspikalaxalt2016-06-081-23/+35
| | | |
* | | | Pikapic animation function labelspikalaxalt2016-06-081-1/+1
| |/ / |/| |
* | | Fix WRAM address comments beyond the former site of wGBCpikalaxalt2016-06-081-405/+406
| | |
* | | No more standalone WRAM addresses in the Event Flags arraypikalaxalt2016-06-081-130/+4
| | |
* | | Merge branch 'master' of github.com:pret/pokeyellowpikalaxalt2016-06-081-7/+7
|\| |
| * | Clean up white spacedannye2016-06-061-12/+12
| | |
* | | Is this an OAM printer?pikalaxalt2016-06-081-2/+13
| | |