summaryrefslogtreecommitdiff
path: root/wram.asm
AgeCommit message (Expand)Author
2021-12-09Fix incorrect comment about money received after battle (#346)stringflow
2021-09-08`ASSERT LOW(wSpriteStateData1) == 0 && LOW(wSpriteStateData2) == 0`Rangi
2021-08-28wcf4b -> wStringBufferRangi
2021-06-01Use more UNIONs for overlapping WRAM labelsRangi
2021-05-31Use a 30-byte UNION for some overlapping WRAM labelsRangi
2021-05-31Use more WRAM sectionsRangi
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi
2021-05-31Start reformatting WRAM labelsRangi
2021-05-31Improve some RAM formattingRangi
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
2021-04-13Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi
2021-03-25Verify data table and name list sizes with assertion macrosRangi
2020-11-29Update related tile animation constantsSatoMew
2020-11-28Keep wGrassMons and wWaterMons together with a UNIONRangi
2020-11-17Use assert to ensure correct base data sizeRangi
2020-11-14Fix file modesdannye
2020-11-05Sync more with pokeyellowRangi
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