summaryrefslogtreecommitdiff
path: root/sram.asm
AgeCommit message (Collapse)Author
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth
2021-11-23Use compound assignment operatorsRangi
2021-05-31Improve some RAM formattingRangi
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
Fixes #319
2020-11-29Update related tile animation constantsSatoMew
2020-06-27Remove RAM address commentsRangi
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion
2017-03-21Revert "Fix floating sections"AntonioND
This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2017-03-14Fix floating sectionsAntonioND
This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
2015-08-30No more S_dannye
2015-08-10Replace hardcoded name lengths with NAME_LENGTHdannye
2015-08-10Use better wram labels in sramdannye
this way, sram doesn't have to refer to the actual content of wram
2015-07-18miscYamaArashi
2015-07-14hall of fame / creditsYamaArashi
2015-07-05Clean up sramdannye
2015-07-05Merge pull request https://github.com/iimarckus/pokered/pull/95 from ↵dannye
luckytyphlosion/master and related bug fixes
2015-04-26Update sram.asmluckytyphlosion
2015-04-26Remove S_SAVEDPLAYERID as a constantluckytyphlosion
Expression must have a constant value.
2015-04-26Fix datasizesluckytyphlosion
2015-04-26Fix typoluckytyphlosion
2015-04-26Labels instead of constantsluckytyphlosion
2015-04-26S_SAVEDPLAYERID constant.luckytyphlosion
2015-04-26Added all necessary SRAM constantsluckytyphlosion
2015-04-26Create sram.asmluckytyphlosion