aboutsummaryrefslogtreecommitdiffstats
path: root/engine/slots (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-07Use macros to enforce "hidden object" constraints, and rename them to ↵Rangi1-3/+3
"hidden events" (#559)
2025-11-25Avoid magic numbers for most `CopyData` calls (#542)Rangi1-1/+1
2025-11-12Use features of RGBDS 1.0.0 (#537)Rangi1-1/+1
2025-06-30Replace hardware_constants.asm with hardware.inc (#511)Rangi1-3/+3
2025-04-08Use constants in `PrintBCDNumber` calls (#503)Narishma-gb1-1/+1
2025-01-28Consistently capitalize `ASSERT` directives (#489)Rangi1-1/+1
2025-01-28Miscellaneous cleanup (#488)Rangi1-2/+2
Co-authored-by: SatoMew <SatoMew@users.noreply.github.com>
2024-09-23Identify more flag bits (#464)Sylvie1-13/+14
2024-07-16Identify various flag labels and bit constants (#454)Sylvie1-4/+4
2022-07-09wOAMBuffer -> wShadowOAM (#95)Colton G. Rushton1-3/+3
2022-07-09wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton1-3/+3
2021-08-28wcf4b -> wStringBufferRangi1-1/+1
2020-11-14Fix file modesdannye3-0/+0
2020-11-04Sync with pokereddannye3-0/+977
2020-08-17Identify some map object related constantsRangi1-3/+3
2020-07-16Revise some map scripts, mostly for getting itemsRangi1-1/+1
2020-07-07Use 'tile' and 'tiles' macrosRangi1-4/+5
2020-07-07Sync coordinate macros with pokecrystalRangi1-13/+13
2020-07-07Use HIGH() and LOW()Rangi1-5/+5
2020-07-06callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi1-1/+1
2020-07-06Specify the ldh instruction, don't turn ld into ldhRangi2-8/+8
2020-07-05Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi1-1/+1
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi3-30/+30
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi1-1/+1
by rgbds 0.4.0)
2020-07-03H_CONSTANTNAMES -> hConstantNamesRangi1-1/+1
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi1-1/+1
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
2020-07-02Add subdirectories to engine/ similar to pokecrystalRangi3-0/+977