summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-12Add an FAQ, and ive a bit more detail in Windows install instructionsRemy Oukaour
2017-12-12Use constants for asm collision dataRemy Oukaour
2017-12-12Define constants for collision typesRemy Oukaour
2017-12-12xy_trigger handles $0 padding, so map scripts are simplerRemy Oukaour
2017-12-12Fix Markdown syntaxRemy Oukaour
2017-12-12Start documentation for map callbacks.Remy Oukaour
2017-12-12Fix relative linksRemy Oukaour
2017-12-12Add basic documentation for text commands.Remy Oukaour
2017-12-12Identify more sprite-related constantsRemy Oukaour
Start more documentation
2017-12-12Identify more sprite-related constantsRemy Oukaour
2017-12-12Merge branch 'master' of https://github.com/pret/pokecrystalRemy Oukaour
2017-12-12Identify some SPRITE_ANIM_FRAME_IDX_* constantsRemy Oukaour
2017-12-12Separate sprite constants and sprite-related data constants, like Pokémon ↵Remy Oukaour
and maps
2017-12-12Outdoor sprite groups have the same names as map header groupsRemy Oukaour
2017-12-12Merge branch 'master' of github.com:pret/pokecrystalsurskitty
2017-12-12Merge pull request #411 from roukaour/masteryenatch
Clean up more labels, constants, and file names
2017-12-11Move pic animation documentation to docs/Remy Oukaour
Move growth rates to a data/ table Name more SECTIONs
2017-12-11Italicize variables in docsRemy Oukaour
2017-12-11Sprite headers and trainer palettes don't have pointer tables, so they don't ↵Remy Oukaour
need individual labels
2017-12-11More consistent data tablesRemy Oukaour
2017-12-11Keep table labels in the same files as their contents.Remy Oukaour
2017-12-11Fix map script documentation formattingRemy Oukaour
2017-12-11Fix Markdown formatting for example linesRemy Oukaour
2017-12-11Start documentation for map scriptsRemy Oukaour
2017-12-11Start a docs directory; documentation still needs to be writtenRemy Oukaour
2017-12-11"Pic Pointers" and "Unown Pic Pointers" must start at the same addressRemy Oukaour
Use `|` not `+` to combine bitmasks
2017-12-11Name some gfx/unknown/ filesRemy Oukaour
2017-12-11Move the rest of gfx/misc/ into specific directoriesRemy Oukaour
2017-12-11Comments distinguish "move effects" and "effect commands"Remy Oukaour
Effect command enums are used like constants, not macros
2017-12-11Merge branch 'master' of github.com:pret/pokecrystalsurskitty
2017-12-11Add member constants for the base data struct, same as most other structsRemy Oukaour
2017-12-11Better file nameRemy Oukaour
2017-12-11Factor out one more data tableRemy Oukaour
2017-12-11Map dimensions are separate from other constants, same as pokemon_constants ↵Remy Oukaour
vs pokemon_data_constants
2017-12-11Name map groupsRemy Oukaour
2017-12-11Move more data tables into data/ files.Remy Oukaour
2017-12-11Move lots of data tables into individual data/ filesRemy Oukaour
(This is not expected to be their final location, but it makes them easier to relocate when necessary, and easier for users to edit until the whole project's file structure is finalized.)
2017-12-11Add constants for time-of-day boundariesRemy Oukaour
Split off more misc constants into proper files
2017-12-11tilemap → tilesetRemy Oukaour
2017-12-11Document macros/map.asmRemy Oukaour
Rename MORN/DAY/NITE to MORN_F/DAY_F/NITE_F; use MORN/DAY/NITE for shifted values (cleaner for person_events) Prefix FLOOR to the `elevfloor` constants
2017-12-11Rename overworld sprite files, consistent with their constantsRemy Oukaour
2017-12-10Rename tilesets, consistent with constant namesRemy Oukaour
2017-12-10PokeCenter → Pokecenter (consistent with the POKECENTER map constants)Remy Oukaour
2017-12-10Use MORN/DAY/NITE shifts for time-based person_eventsRemy Oukaour
2017-12-10Use new palette constantsRemy Oukaour
2017-12-10Define more palette constantsRemy Oukaour
2017-12-10Comment palette colors and roof map groupsRemy Oukaour
2017-12-10All map triggers use the `maptrigger` macro, not `dw`Remy Oukaour
.MapTriggers and .MapCallbacks lists are formatted consistently with .Warps, .XYTriggers, .Signposts, and .PersonEvents
2017-12-10"Trainer*AfterBattleText" labelsRemy Oukaour
2017-12-10Remove unused .asm fileRemy Oukaour