summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2020-08-02fix OAMFLAG_VFLIPPED (#283)Akihiro Otomo
2020-07-20Add comments associating constants with data, and identify some more dataRangi
2020-07-19Missingno's Pokédex weight is two bytes like the restRangi
2020-07-18Reformat key item bit fieldsRangi
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-16Factor our frame blocks' base coordinatesRangi
2020-07-16Identify trade-related tilemapsRangi
2020-07-16Factor out animation tilemapsRangi
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-16Separate move/battle animation data from move data (to do: further identify a...Rangi
2020-07-16Merge pull request #276 from TheFakeMateo/masterRangi
2020-07-15Deobfuscate exit warps on indoor mapsTheFakeMateo
2020-07-15Disassemble the BLUEMONS.GB debug ROMRangi
2020-07-15Align constant comments as a columnRangi
2020-07-15Indent comments that describe data table macro formatsRangi
2020-07-14Factor out spinner tiles from RocketHideoutB2F since they're also used by Vir...Rangi
2020-07-14Use a macro for warp tile IDs, like other tile behaviorsRangi
2020-07-14Define cries with a mon_cry macroRangi
2020-07-14Clean up some data, using macros for multiline list entriesRangi
2020-07-08Factor out MapBadgeFlags and EscapeRopeTilesets data tablesRangi
2020-07-07Use 'tile' and 'tiles' macrosRangi
2020-07-07PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M)Rangi
2020-07-06Use STARTER[123] constants in TitleMonsRangi
2020-07-06Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, ...Rangi
2020-07-06Automatically list all TM##_MOVE and HM##_MOVE valuesRangi
2020-07-06Align tmhm learnsets in rows of 5Rangi
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-05Port pokecrystal's base data and tmhm structureRangi
2020-07-05Logical spacing in data/sgb/sgb_palettes.asmRangi
2020-07-05Port and improve hidden_object macro from pokeyellowRangi
2020-07-05Port credits command constants from pokeyellowRangi
2020-07-05Update map hide/show data labelsRangi
2020-07-04Port pokecrystal's formatting of text commands and special charactersRangi
2020-07-04Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported b...Rangi
2020-07-03Document why Mew is set apartRangi
2020-07-03Factor out Mew's pics and base dataRangi
2020-07-03Move more code from home.asm to home/Rangi
2020-07-03Replace raw hex values with HRAM constantsRangi
2020-07-03data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi
2020-07-03Factor out data/sprites/Rangi
2020-07-03Organize macros/ like pokecrystalRangi
2020-07-03Make suggested edits:Rangi