aboutsummaryrefslogtreecommitdiffstats
path: root/macros/data.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate unnecessary data macrosRangi2021-05-301-8/+0
|
* Use rgbds 0.5.0 features:Rangi2021-04-171-15/+5
| | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* The 'tmhm' macro adjusts to the number of TMs/HMsRangi2021-01-061-25/+25
|
* Fix file modesdannye2020-11-141-0/+0
|
* Sync coordinate macros with pokecrystalRangi2020-07-071-1/+1
|
* Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ↵Rangi2020-07-061-13/+13
| | | | MACRO/ENDM, etc)
* TM/HM constants named after movesRangi2020-07-051-5/+9
|
* Port pokecrystal's base data and tmhm structureRangi2020-07-051-9/+27
| | | | To do: TM/HM constants named after moves
* Logical spacing in data/sgb/sgb_palettes.asmRangi2020-07-051-4/+0
|
* Organize macros/ like pokecrystalRangi2020-07-031-0/+62
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.