aboutsummaryrefslogtreecommitdiffstats
path: root/constants (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-311-1/+1
|\|
| * Improve some RAM formattingRangi2021-05-311-1/+1
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-231-1/+1
|\|
| * Use macros for bit arraysRangi2021-05-231-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-302-0/+5
|\|
| * Use {interpolation} to generate sequences of RAM labelsRangi2021-04-272-0/+5
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-04-191-16/+15
|\|
| * Port 'add_tmnum' from pokecrystalRangi2021-04-191-16/+15
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-171-18/+5
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-171-18/+5
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-04-131-0/+1
|\|
| * Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi2021-04-131-0/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-2518-7/+86
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-2518-7/+86
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-01-061-1/+3
|\|
| * The 'tmhm' macro adjusts to the number of TMs/HMsRangi2021-01-061-1/+3
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-151-8/+8
|\|
| * Improve new constants and comment based on feedbackSatoMew2020-11-291-7/+7
| * Update related tile animation constantsSatoMew2020-11-291-4/+4
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-1411-0/+0
|\|
| * Fix file modesdannye2020-11-1411-0/+0
| * Sync home and macro code with pokeyellowRangi2020-11-052-14/+8
| * Port some formatting from pokeyellowRangi2020-11-041-1/+7
| * Clarify comment in constants/pokemon_constants.asmSatoMew2020-09-271-1/+1
| * Fix alignment in Pokémon name constantsSatoMew2020-09-221-191/+191
| * Replace ghost Marowak's ambiguous constantSatoMew2020-09-221-1/+1
| * Define a constant for the ghost Marowak (hard-coded throughout the engine, li...Rangi2020-08-312-3/+8
| * Use constants to delineate map types, and factor out more dataRangi2020-08-311-1/+4
| * Identify some map object related constantsRangi2020-08-172-5/+13
| * fix OAMFLAG_VFLIPPED (#283)Akihiro Otomo2020-08-021-2/+0
| * Add comments associating constants with data, and identify some more dataRangi2020-07-2023-13/+81
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-171-2/+3
| * Define constants for subanimations' base coords and frame block modesRangi2020-07-171-0/+188
| * JUGGLER_X -> UNUSED_JUGGLERRangi2020-07-171-48/+48
| * Identify remaining tilemap IDsRangi2020-07-171-0/+11
| * SONY -> RIVALRangi2020-07-171-3/+3
| * Update sprite namesRangi2020-07-171-73/+74
| * Define constants for subanimation transform typesRangi2020-07-161-0/+9
| * Add constants for move animations' frame blocksRangi2020-07-161-0/+125
| * Use a battle_anim macro for move animations' special effects and subanimationsRangi2020-07-161-2/+92
| * Reformat map scripts' coordinate and movement dataRangi2020-07-162-0/+3
| * Revise some map scripts, mostly for getting itemsRangi2020-07-161-0/+6
| * Define constants for default trainer DVsRangi2020-07-161-0/+4
| * Define constants for in-game tradesRangi2020-07-161-0/+13
| * Deobfuscate exit warps on indoor mapsTheFakeMateo2020-07-151-0/+5
| * Clean up some data, using macros for multiline list entriesRangi2020-07-145-19/+57
| * Use const_skip and const_next macros for brevityRangi2020-07-0917-2246/+488
| * Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi2020-07-091-10/+12
| * Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi2020-07-071-1/+1
| * Remove c1x*/c2x* comments, use struct offset constantsRangi2020-07-071-0/+40