aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi1-59/+69
2021-04-13Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi1-1/+5
2021-03-25Verify data table and name list sizes with assertion macrosRangi1-2/+9
2020-11-29Update related tile animation constantsSatoMew1-1/+1
2020-11-28Keep wGrassMons and wWaterMons together with a UNIONRangi1-14/+16
2020-11-17Use assert to ensure correct base data sizeRangi1-1/+2
2020-11-14Fix file modesdannye1-0/+0
2020-11-05Sync more with pokeyellowRangi1-18/+40
2020-08-31Use constants to delineate map types, and factor out more dataRangi1-2/+2
2020-08-16Fix comment about SONYRangi1-1/+1
2020-07-17SONY -> RIVALRangi1-1/+1
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi1-2/+8
2020-07-09Use const_skip and const_next macros for brevityRangi1-1/+1
2020-07-07Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi1-1/+1
2020-07-07Names for more SECTIONsRangi1-1/+1
2020-07-07Remove c1x*/c2x* comments, use struct offset constantsRangi1-33/+35
2020-07-06Use ASCII quotes in commentsRangi1-1/+1
2020-07-06Use labels for HRAM and VRAMRangi1-0/+5
2020-07-05Port _RemovePokemon documentation from pokeyellowRangi1-0/+1
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi1-91/+3
2020-07-03Replace raw hex values with HRAM constantsRangi1-1/+1
2020-06-27Remove RAM address commentsRangi1-869/+868
2020-05-29Name UnusedCD40Nog-Frog1-1/+1
2019-08-25Fixed some wrong wram addresses within comments.Urs-Björn Schmidt1-3/+3
2019-08-17Update labels to match new audio macro namesdannye1-10/+10
2019-07-07Replace some hard-coded values with constantsRangi1-2/+3
2019-01-01Rename map files, labels, and constants to be consistent and work with Polish...Rangi1-57/+52
2018-11-18SpriteImageBaseOffset -> ImageBaseOffsetluckytyphlosion1-1/+1
2018-11-18Clean up pre-linkerscript remnants.luckytyphlosion1-4/+4
2018-11-18Fix spritestatedata macros to be prefixed with w.luckytyphlosion1-42/+36
2018-03-24Use rgblink dmg modedannye1-33/+4
2018-03-22use constants for wEvosMoves sizeyenatch1-1/+1
2018-03-21add wEvosMoves instead of using eeveeyenatch1-0/+9
2017-09-29Use unions rather than negative offsetsPokechu221-1/+5
2017-06-24Fix typos in commentsdannye1-5/+5
2017-05-01Fix the Stack section.yenatch1-2/+2
2017-03-21Revert "Fix floating sections"AntonioND1-2/+2
2017-03-16Fix typo in addressPanda Habert1-1/+1
2017-03-14Fix floating sectionsAntonioND1-2/+2
2016-09-11name text destination pointer variableYamaArashi1-5/+4
2016-06-12sync tileset WRAM labelsYamaArashi1-5/+5
2016-06-12sync engine code with pokeyellowYamaArashi1-1/+1
2016-01-29Macrofy sprite status data in WRA0PikalaxALT1-2/+67
2016-01-03Fix game time labelsPikalaxALT1-7/+9
2015-09-09Use 'ds wWaterRate - @' to avoid manually declaring the wEnemyMon1 party structdannye1-30/+5
2015-08-30No more wram_constants.asmdannye1-2/+38
2015-08-30No more W_dannye1-242/+242
2015-08-30replaced hardcoded values in ItemUseMedicineYamaArashi1-0/+1
2015-08-29commented pokeball functionYamaArashi1-0/+2
2015-08-29added constants for item capacityYamaArashi1-2/+2