summaryrefslogtreecommitdiff
path: root/wram.asm
AgeCommit message (Expand)Author
2020-08-31Use constants to delineate map types, and factor out more dataRangi
2020-08-16Fix comment about SONYRangi
2020-07-17SONY -> RIVALRangi
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi
2020-07-09Use const_skip and const_next macros for brevityRangi
2020-07-07Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi
2020-07-07Names for more SECTIONsRangi
2020-07-07Remove c1x*/c2x* comments, use struct offset constantsRangi
2020-07-06Use ASCII quotes in commentsRangi
2020-07-06Use labels for HRAM and VRAMRangi
2020-07-05Port _RemovePokemon documentation from pokeyellowRangi
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi
2020-07-03Replace raw hex values with HRAM constantsRangi
2020-06-27Remove RAM address commentsRangi
2020-05-29Name UnusedCD40Nog-Frog
2020-02-05Merge pull request #223 from pret/audio-macrosDaniel Harding
2019-08-25Fixed some wrong wram addresses within comments.Urs-Björn Schmidt
2019-08-17Update labels to match new audio macro namesdannye
2019-07-07Replace some hard-coded values with constantsRangi
2019-01-01Rename map files, labels, and constants to be consistent and work with Polish...Rangi
2018-11-18SpriteImageBaseOffset -> ImageBaseOffsetluckytyphlosion
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion
2018-11-18Fix spritestatedata macros to be prefixed with w.luckytyphlosion
2018-03-24Use rgblink dmg modedannye
2018-03-22use constants for wEvosMoves sizeyenatch
2018-03-21add wEvosMoves instead of using eeveeyenatch
2017-09-29Merge pull request #167 from Pokechu22/rgbds-0.3.3yenatch
2017-09-29Use unions rather than negative offsetsPokechu22
2017-06-24Fix typos in commentsdannye
2017-05-01Fix the Stack section.yenatch
2017-03-21Revert "Fix floating sections"AntonioND
2017-03-16Fix typo in addressPanda Habert
2017-03-14Fix floating sectionsAntonioND
2016-09-11name text destination pointer variableYamaArashi
2016-06-12sync tileset WRAM labelsYamaArashi
2016-06-12sync engine code with pokeyellowYamaArashi
2016-01-29Macrofy sprite status data in WRA0PikalaxALT
2016-01-03Fix game time labelsPikalaxALT
2015-09-09Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party structdannye
2015-08-30No more wram_constants.asmdannye
2015-08-30No more W_dannye
2015-08-30replaced hardcoded values in ItemUseMedicineYamaArashi
2015-08-29commented pokeball functionYamaArashi
2015-08-29added constants for item capacityYamaArashi
2015-08-29documented flags and misc. fixesYamaArashi
2015-08-14item name length constantYamaArashi
2015-08-14add border constant and clear up misnomerYamaArashi
2015-08-14named battle and learn move variablesYamaArashi
2015-08-13Named a test battle variableYamaArashi
2015-08-13Remove irrelevant commentYamaArashi