summaryrefslogtreecommitdiff
path: root/constants
AgeCommit message (Expand)Author
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
2020-07-16Define constants for subanimation transform typesRangi
2020-07-16Add constants for move animations' frame blocksRangi
2020-07-16Use a battle_anim macro for move animations' special effects and subanimationsRangi
2020-07-16Reformat map scripts' coordinate and movement dataRangi
2020-07-16Revise some map scripts, mostly for getting itemsRangi
2020-07-16Define constants for default trainer DVsRangi
2020-07-16Define constants for in-game tradesRangi
2020-07-15Deobfuscate exit warps on indoor mapsTheFakeMateo
2020-07-14Clean up some data, using macros for multiline list entriesRangi
2020-07-09Use const_skip and const_next macros for brevityRangi
2020-07-09Eliminate enum: use const instead, with case-by-case parallel const implement...Rangi
2020-07-07Identify SPRITESTATEDATA2_ORIGFACINGDIRECTIONRangi
2020-07-07Remove c1x*/c2x* comments, use struct offset constantsRangi
2020-07-07Use HIGH() and LOW()Rangi
2020-07-07PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi
2020-07-06Use labels for HRAM and VRAMRangi
2020-07-06Avoid repeating the NUM_TMS valueRangi
2020-07-06add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin...Rangi
2020-07-05TM/HM constants named after movesRangi
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi
2020-07-05Port credits command constants from pokeyellowRangi
2020-07-05Use constants for damage limits in CalculateDamageRangi
2020-07-05Update map hide/show data labelsRangi
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
2020-07-04UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce SET...Rangi
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi
2020-07-04Make suggested changes from reviewRangi
2020-07-03Replace raw hex values with HRAM constantsRangi
2020-07-03tilesets.asm -> tileset_constants.asmRangi
2020-07-03Organize macros/ like pokecrystalRangi
2020-07-03Make suggested edits:Rangi
2020-07-03Reorganize constants/Rangi
2020-07-03Add subdirectories to data/ similar to pokecrystalRangi
2020-06-27Individual images for party menu icon graphicsRangi
2019-08-17Update labels to match new audio macro namesdannye
2019-07-28Use generic names for noise instrumentsdannye
2019-07-07Merge branch 'master' of https://github.com/pret/pokeredRangi
2019-07-07Replace some hard-coded values with constantsRangi
2019-04-08Replace the few instances of Unknown Dungeon with Cerulean CaveSatoMew
2019-01-01Rename map files, labels, and constants to be consistent and work with Polish...Rangi
2018-07-08Document the origin of MissingNo's base stats.Rangi
2018-06-22Updated the introPokeglitch
2018-03-22use constants for wEvosMoves sizeyenatch
2017-12-30Uppercase battle status constantsxCrystal