summaryrefslogtreecommitdiff
path: root/macros/data.asm
AgeCommit message (Collapse)Author
2021-11-23Use compound assignment operatorsRangi
2021-11-06Use `dn` for wave instrument samples, like pokecrystalRangi
2021-05-30Eliminate unnecessary data macrosRangi
2021-04-17Use rgbds 0.5.0 features:Rangi
- FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMsRangi
2020-11-14Fix file modesdannye
2020-07-07Sync coordinate macros with pokecrystalRangi
2020-07-06Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi
MACRO/ENDM, etc)
2020-07-05TM/HM constants named after movesRangi
2020-07-05Port pokecrystal's base data and tmhm structureRangi
To do: TM/HM constants named after moves
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.