aboutsummaryrefslogtreecommitdiffstats
path: root/macros (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/pret/pokereddannye2026-04-151-13/+3
|\
| * Don't pass redundant label names to `nybble_array` and `bit_array`Rangi2026-03-301-13/+3
* | Merge branch 'master' of https://github.com/pret/pokereddannye2026-01-175-7/+30
|\|
| * Specify a max item length for `list_start` (#552)Rangi2025-12-151-4/+14
| * Comment more unreferenced local labels (#550)Narishma-gb2025-12-151-1/+1
| * Correct commentRangi2025-12-011-1/+1
| * Comment that `farcall` and `callfar` are interchangableRangi2025-12-011-0/+7
| * Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb2025-11-271-2/+0
| * Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi2025-11-231-0/+8
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-11-1210-82/+78
|\|
| * Use features of RGBDS 1.0.0 (#537)Rangi2025-11-1210-84/+80
* | Misc. naming and cleanup (#139)Narishma-gb2025-09-101-2/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-09-062-16/+35
|\|
| * Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi2025-08-171-0/+12
| * Say how many bytes the assertion macros expected vs gotRangi422025-08-131-14/+20
| * Try to catch missing commas in `tmhm` learnsetsRangi422025-08-031-0/+1
| * Update hardware.inc to 5.2.0Rangi422025-07-221-3/+3
* | Use hardware.inc constants in places unique to YellowRangi422025-07-021-3/+3
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-07-024-9/+15
|\|
| * Check limits for warp, bg, and object eventsRangi422025-07-021-2/+6
| * Define `MAX_WARP_EVENTS`Rangi422025-07-021-0/+2
| * Replace hardware_constants.asm with hardware.inc (#511)Rangi2025-06-303-12/+12
| * Simplify `li` macroRangi422025-06-111-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-05-104-22/+77
|\|
| * Use features new to RGBDS 0.9.2 (#506)Rangi2025-05-101-1/+1
| * Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi2025-02-273-21/+76
* | Merge branch 'master' of https://github.com/pret/pokereddannye2025-01-301-2/+2
|\|
| * Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb2025-01-301-2/+2
| * Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi2024-12-271-12/+23
* | Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi2024-12-271-12/+23
* | 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
|\|