aboutsummaryrefslogtreecommitdiffstats
path: root/macros (unfollow)
Commit message (Expand)AuthorFilesLines
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-23Use macros for packed arrays of nybblesRangi1-0/+35
2021-04-17Use rgbds 0.5.0 features:Rangi5-84/+45
2021-04-13The 'def_trainers' macro checks that trainers' event flag bits are correct (#...Rangi2-32/+17
2021-04-08Trim extra newlines from some filesRangi1-1/+0
2021-03-25Verify data table and name list sizes with assertion macrosRangi2-0/+95
2021-02-23Simplify the def_warps_to macroRangi1-14/+8
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMsRangi1-25/+25
2020-11-14Fix file modesdannye5-0/+0
2020-11-05Sync home and macro code with pokeyellowRangi2-1/+14
2020-08-18Comments explain the def_warps_to macrosRangi1-0/+2
2020-08-17Implement def_warps_to in a simpler wayRangi1-16/+12
2020-08-17Fix keyword capitalization and indentationRangi1-18/+17
2020-08-17Use def_warps_to macro for automatic warp_to entriesRangi1-0/+23
2020-08-17Use def_* macros for automatic map event countsRangi1-0/+30
2020-07-17Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi1-0/+5
2020-07-16Define constants for audio commandsRangi1-20/+68
2020-07-16Reformat map scripts' coordinate and movement dataRangi2-0/+13
2020-07-14Don't compare strings with ==; use STRCMPRangi1-4/+4
2020-07-14Use a 'trainer' macro for trainers in scripts/Rangi1-0/+21
2020-07-14Clean up some data, using macros for multiline list entriesRangi2-44/+12
2020-07-09Use const_skip and const_next macros for brevityRangi2-33/+51
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi3-81/+62
2020-07-07Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi1-1/+2
2020-07-07Remove c1x*/c2x* comments, use struct offset constantsRangi1-1/+2
2020-07-07Sync coordinate macros with pokecrystalRangi5-46/+60
2020-07-07Use HIGH() and LOW()Rangi1-2/+1
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi1-6/+4
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi1-3/+3
2020-07-06text_linkpromptbutton -> text_waitbuttonRangi1-3/+3
2020-07-06Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ...Rangi7-49/+49
2020-07-05TM/HM constants named after movesRangi1-5/+9
2020-07-05Port pokecrystal's base data and tmhm structureRangi1-9/+27
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi1-2/+5
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi2-4/+17
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi2-62/+206
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi2-6/+98
2020-07-03Move more code from home.asm to home/Rangi1-21/+4
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi1-3/+3
2020-07-03Organize macros/ like pokecrystalRangi11-334/+338
2020-07-03Simplify map connectionsRangi1-83/+90
2020-07-03Reorganize constants/Rangi1-0/+4
2019-09-03Rename dnote to drum_note and dspeed to drum_speeddannye1-4/+4
2019-08-25Make pitch_sweep pitch change argument consistent with the other signed magni...dannye1-1/+6
2019-08-18Finish cleaning up audio macro arguments and descriptionsdannye1-19/+50
2019-08-17Update labels to match new audio macro namesdannye1-0/+8
2019-07-28Use generic names for noise instrumentsdannye1-101/+11
2019-07-27Update audio macro namesdannye1-68/+37