aboutsummaryrefslogtreecommitdiffstats
path: root/macros/data.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-121-12/+12
|\
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-121-12/+12
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-061-2/+15
|\|
| * Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi2025-08-171-0/+12
| |
| * Try to catch missing commas in `tmhm` learnsetsRangi422025-08-031-0/+1
| |
* | Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-251-1/+1
|\|
| * Use "gray", not "grey"Rangi422024-12-161-1/+1
| | | | | | | | This matches the in-game text, e.g. Pewter is "A Stone Gray City"
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-0/+11
|\|
| * Add `bigdw` and `dc` data macrosRangi422023-11-201-0/+11
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-6/+4
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-121-1/+1
|\|
| * RGBDS syntax updates (#358)vulcandth2022-06-061-39/+39
| | | | | | New MACRO and DEF syntax
* | RGBDS syntax updates (#86)vulcandth2022-06-061-45/+45
| | | | | | New MACRO and DEF syntax
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-11/+20
|\|
| * Use compound assignment operatorsRangi2021-11-231-1/+1
| |
| * Use `dn` for wave instrument samples, like pokecrystalRangi2021-11-061-9/+18
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-301-8/+0
|\|
| * Eliminate unnecessary data macrosRangi2021-05-301-8/+0
| |
* | Use pokecrystal's sine_table macroRangi2021-04-181-4/+4
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-171-15/+5
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-171-15/+5
| | | | | | | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-01-061-25/+25
|\|
| * The 'tmhm' macro adjusts to the number of TMs/HMsRangi2021-01-061-25/+25
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-141-0/+0
|\|
| * 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.
* Start reorganizing pokeyellowRangi2020-11-041-0/+9
|
* Sync with pokereddannye2020-11-041-0/+80