summaryrefslogtreecommitdiff
path: root/constants
AgeCommit message (Collapse)Author
2021-11-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-11-23Use compound assignment operatorsRangi
2021-11-05Add some constants for options (#344)Yoann Fievez
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2021-10-15Add LIGHT_BALL_GSCdannye
2021-05-31Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-05-31Improve some RAM formattingRangi
2021-05-23Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-05-23Use macros for bit arraysRangi
2021-04-30Merge branch 'master' of https://github.com/pret/pokereddannye
2021-04-27Use {interpolation} to generate sequences of RAM labelsRangi
Fixes #319
2021-04-19Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-04-19Port 'add_tmnum' from pokecrystalRangi
2021-04-17Merge branch 'master' of https://github.com/pret/pokereddannye
2021-04-17Use rgbds 0.5.0 features:Rangi
- FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
2021-04-13Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-04-13Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi
2021-03-25Merge branch 'master' of https://github.com/pret/pokereddannye
2021-03-25Verify data table and name list sizes with assertion macrosRangi
Fixes #312
2021-01-06Merge remote-tracking branch 'remotes/pokered/master'Rangi
2021-01-06The 'tmhm' macro adjusts to the number of TMs/HMsRangi
2020-12-15Merge branch 'master' of https://github.com/pret/pokereddannye
2020-11-29Improve new constants and comment based on feedbackSatoMew
2020-11-29Update related tile animation constantsSatoMew
2020-11-14Merge branch 'master' of https://github.com/pret/pokereddannye
2020-11-14Fix file modesdannye
2020-11-13Add constants for player and rival startersRangi
2020-11-06Fix #61: edit pikapic macros to avoid -Wlong-string warningsRangi
2020-11-06Define OAM_HIGH_PALS for %100 in OAM attributesRangi
2020-11-06Sync more with pokeredRangi
2020-11-05Sync more with pokeredRangi
2020-11-05Organize home and macro codeRangi
2020-11-05Sync home and macro code with pokeyellowRangi
2020-11-04Start reorganizing pokeyellowRangi
2020-11-04Port some formatting from pokeyellowRangi
2020-11-04Sync with pokereddannye
2020-09-27Clarify comment in constants/pokemon_constants.asmSatoMew
2020-09-27Add constant for ghost Marowak like pokeredSatoMew
2020-09-22Fix alignment in Pokémon name constantsSatoMew
2020-09-22Replace ghost Marowak's ambiguous constantSatoMew
2020-08-31Define a constant for the ghost Marowak (hard-coded throughout the engine, ↵Rangi
like the starters)
2020-08-31Use constants to delineate map types, and factor out more dataRangi
2020-08-17Identify some map object related constantsRangi
2020-08-02fix OAMFLAG_VFLIPPED (#283)Akihiro Otomo
Replace incorrect label OAMFLAG_VFLIPPED with OAM_HFLIP
2020-07-20Add comments associating constants with data, and identify some more dataRangi
2020-07-17Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi
2020-07-17Define constants for subanimations' base coords and frame block modesRangi
2020-07-17JUGGLER_X -> UNUSED_JUGGLERRangi
2020-07-17Identify remaining tilemap IDsRangi
2020-07-17SONY -> RIVALRangi
2020-07-17Update sprite namesRangi
These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible