summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
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-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
These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible
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
Move animations' sound IDs are off by one from move IDs.
2020-07-16Separate move/battle animation data from move data (to do: further identify ↵Rangi
animation data labels+constants)
2020-07-16Merge pull request #276 from TheFakeMateo/masterRangi
Deobfuscate exit warps on indoor maps
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 ↵Rangi
ViridianGym, and to make their data and code more accessible
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
MACRO/ENDM, etc)
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 ↵Rangi
repeating the move names twice
2020-07-05TM/HM constants named after movesRangi
2020-07-05Port pokecrystal's base data and tmhm structureRangi
To do: TM/HM constants named after moves
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
Fixes #235
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 ↵Rangi
by rgbds 0.4.0)
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
To do: turn constants into labels and use ldh
2020-07-03data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objectsRangi
To do: Polished Map support for loading the objects
2020-07-03Factor out data/sprites/Rangi
2020-07-03Organize macros/ like pokecrystalRangi
While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code.
2020-07-03Make suggested edits:Rangi
- data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants