aboutsummaryrefslogtreecommitdiffstats
path: root/macros (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokeredRangi422024-12-252-2/+6
|\
| * Let CheckEitherEventSet reuse A like CheckBothEventsSetRangi422024-12-161-1/+5
| * Use "gray", not "grey"Rangi422024-12-161-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2024-05-052-2/+8
|\|
| * Use constant in wram for hidden item flags (#445)Vortyne2024-05-051-0/+6
| * Convert a couple ds 2 to dwvulcandth2023-11-221-2/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-211-0/+11
|\|
| * Add `bigdw` and `dc` data macrosRangi422023-11-201-0/+11
* | Merge branch 'master' of https://github.com/pret/pokereddannye2023-11-202-1/+33
|\|
| * Use map object consts in data/maps/hide_show_data.asm (#432)dannye2023-10-111-0/+5
| * Add macros, constants, and labels for map scripts and text (#367)vulcandth2023-07-132-1/+28
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-021-6/+4
|\|
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-124-31/+28
|\|
| * Rename `macros/wram.asm` to `macros/ram.asm` (#388)vulcandth2022-09-111-0/+0
| * Use the same music headers as pokecrystal (#382)Rangi2022-08-111-29/+26
| * RGBDS syntax updates (#358)vulcandth2022-06-0614-476/+476
| * Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-261-0/+39
* | RGBDS syntax updates (#86)vulcandth2022-06-0615-501/+501
* | Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-261-0/+27
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-236-31/+40
|\|
| * Use compound assignment operatorsRangi2021-11-235-20/+20
| * Use `dn` for wave instrument samples, like pokecrystalRangi2021-11-061-9/+18
| * `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-051-2/+2
* | `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-051-2/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-261-29/+29
|\|
| * Unify map event gen1 gen2 (#335)Yoann Fievez2021-09-261-29/+29
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-05-311-0/+11
|\|
| * More WRAM label cleanup (still needs UNIONs and renaming)Rangi2021-05-311-0/+11
| * Improve some RAM formattingRangi2021-05-312-26/+33
* | Improve some RAM formattingRangi2021-05-312-42/+49
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-301-8/+0
|\|
| * Eliminate unnecessary data macrosRangi2021-05-301-8/+0
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-231-0/+35
|\|
| * Use macros for bit arraysRangi2021-05-231-0/+35
| * Fix end_nybble_arrayRangi2021-05-231-1/+1
* | Fix end_nybble_arrayRangi2021-05-231-1/+1
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-231-0/+35
|\|
| * Use macros for packed arrays of nybblesRangi2021-05-231-0/+35
* | Use pokecrystal's sine_table macroRangi2021-04-181-4/+4
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-175-84/+45
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-175-84/+45
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-132-32/+17
|\|
| * The 'def_trainers' macro checks that trainers' event flag bits are correct (#...Rangi2021-04-132-32/+17
| * Trim extra newlines from some filesRangi2021-04-081-1/+0
* | Trim extra newlines from some filesRangi2021-04-081-1/+0
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-252-0/+95
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-252-0/+95
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-02-231-14/+8
|\|
| * Simplify the def_warps_to macroRangi2021-02-231-14/+8
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-01-061-25/+25
|\|