aboutsummaryrefslogtreecommitdiffstats
path: root/macros (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-03-30Don't pass redundant label names to `nybble_array` and `bit_array`Rangi1-13/+3
2025-12-15Specify a max item length for `list_start` (#552)Rangi1-4/+14
2025-12-15Comment more unreferenced local labels (#550)Narishma-gb1-1/+1
2025-12-01Correct commentRangi1-1/+1
2025-12-01Comment that `farcall` and `callfar` are interchangableRangi1-0/+7
2025-11-27Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)Narishma-gb1-2/+0
2025-11-23Use `ld_hli_a_string` macro to make byte-by-byte strings more obvious (#540)Rangi1-0/+8
2025-11-12Use features of RGBDS 1.0.0 (#537)Rangi10-84/+80
2025-09-10Misc. naming and cleanup (#139)Narishma-gb1-2/+2
* Name some printer/diploma routines * Name `wd434` * Name `NAME_LENGTH_JP` * Rename `callabd`/`calladb` to `farcall`/`callfar`
2025-08-17Use `dname` macro to automatically pad names with `"@"` characters (#525)Rangi1-0/+12
2025-08-13Say how many bytes the assertion macros expected vs gotRangi421-14/+20
2025-08-03Try to catch missing commas in `tmhm` learnsetsRangi421-0/+1
2025-07-22Update hardware.inc to 5.2.0Rangi421-3/+3
2025-07-02Use hardware.inc constants in places unique to YellowRangi421-3/+3
2025-07-02Check limits for warp, bg, and object eventsRangi421-2/+6
2025-07-02Define `MAX_WARP_EVENTS`Rangi421-0/+2
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi3-12/+12
2025-06-11Simplify `li` macroRangi421-1/+1
2025-05-10Use features new to RGBDS 0.9.2 (#506)Rangi1-1/+1
2025-02-27Avoid using `EQUS` when `EQU` or `MACRO` will do (#496)Rangi3-21/+76
2025-01-30Fix some label typos, and add some constants instead of raw numbers (#492)Narishma-gb1-2/+2
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#125)Rangi1-12/+23
2024-12-27Don't pass redundant label names to `table_width` and `list_start` (#484)Rangi1-12/+23
2024-12-16Let CheckEitherEventSet reuse A like CheckBothEventsSetRangi421-1/+5
2024-12-16Use "gray", not "grey"Rangi421-1/+1
This matches the in-game text, e.g. Pewter is "A Stone Gray City"
2024-05-05Use constant in wram for hidden item flags (#445)Vortyne1-0/+6
Prevents defining more hidden items than the flag array has room for
2023-11-22Convert a couple ds 2 to dwvulcandth1-2/+2
2023-11-20Add `bigdw` and `dc` data macrosRangi421-0/+11
2023-10-11Use map object consts in data/maps/hide_show_data.asm (#432)dannye1-0/+5
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth2-1/+28
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2022-09-11Rename `macros/wram.asm` to `macros/ram.asm` (#388)vulcandth1-0/+0
2022-08-11Use the same music headers as pokecrystal (#382)Rangi1-29/+26
2022-06-06RGBDS syntax updates (#86)vulcandth15-501/+501
New MACRO and DEF syntax
2022-06-06RGBDS syntax updates (#358)vulcandth14-476/+476
New MACRO and DEF syntax
2022-03-26Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth1-0/+27
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth1-0/+39
2021-11-23Use compound assignment operatorsRangi5-20/+20
2021-11-06Use `dn` for wave instrument samples, like pokecrystalRangi1-9/+18
2021-10-05`warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi1-2/+2
2021-10-05`warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi1-2/+2
2021-09-26Unify map event gen1 gen2 (#335)Yoann Fievez1-29/+29
* Update sign to bg_event #289 * Rename warp to warp_event * Replace object to object_event * Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
2021-05-31More WRAM label cleanup (still needs UNIONs and renaming)Rangi1-0/+11
2021-05-31Improve some RAM formattingRangi2-42/+49
2021-05-31Improve some RAM formattingRangi2-26/+33
2021-05-30Eliminate unnecessary data macrosRangi1-8/+0
2021-05-23Use macros for bit arraysRangi1-0/+35
2021-05-23Fix end_nybble_arrayRangi1-1/+1
2021-05-23Fix end_nybble_arrayRangi1-1/+1
2021-05-23Use macros for packed arrays of nybblesRangi1-0/+35
2021-04-18Use pokecrystal's sine_table macroRangi1-4/+4