summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-30Merge pull request #304 from SatoMew/masterDaniel Harding
Rename *TilesetType to *TileAnimations
2020-11-30Fix reference to unused_fanfare.asmSatoMew
2020-11-30And extend this principle to the filename as wellSatoMew
2020-11-30Be consistent with the unused and unreferenced terminologySatoMew
2020-11-30Rename the unreferenced fanfare's constantsSatoMew
2020-11-29Delete unnecessary commentSatoMew
2020-11-29Improve new constants and comment based on feedbackSatoMew
2020-11-29Update related tile animation constantsSatoMew
2020-11-29Identify what became GSC's Key Item fanfareSatoMew
2020-11-29Label and document hFFD7 more accuratelySatoMew
2020-11-28Keep wGrassMons and wWaterMons together with a UNIONRangi
2020-11-17Use assert to ensure correct base data sizeRangi
2020-11-14Fix file modesdannye
2020-11-07Use more joypad constantsdannye
2020-11-07Use STARTER1 and STARTER2 for the title screenRangi
2020-11-06'make tools' uses -pedanticRangi
2020-11-06Sync more with pokeyellowRangi
2020-11-05Merge pull request #301 from Rangi42/masterRangi
Sync home and macro code with pokeyellow
2020-11-05Sync more with pokeyellowRangi
2020-11-05Remove trailing whitespaceRangi
2020-11-05Sync more with pokeyellowRangi
2020-11-05All battle back pictures end with "b"Rangi
2020-11-05Sync home and macro code with pokeyellowRangi
2020-11-04Port some formatting from pokeyellowRangi
2020-10-30Fix #296 and #297: update the install instructionsRangi
2020-10-26Merge pull request #300 from 95girl/masterRangi
Add Cerulean Cave maps from Pokémon Green
2020-10-26Add files via upload95girl
2020-10-19Some formatting changesRangi
2020-10-08PedalDanceAnim -> PetalDanceAnimRangi
2020-10-04tools/unnamed.py -r . -l N prints up to N unnamed symbols next to their ↵Rangi
filenames
2020-10-04Merge pull request #295 from SatoMew/masterRangi
Clarify comment in constants/pokemon_constants.asm
2020-09-27Clarify comment in constants/pokemon_constants.asmSatoMew
2020-09-22Merge pull request #294 from SatoMew/masterRangi
Give a better label to ghost Marowak's constant
2020-09-22Fix alignment in Pokémon name constantsSatoMew
2020-09-22Use the constant in all relevant situationsSatoMew
2020-09-22Replace ghost Marowak's ambiguous constantSatoMew
2020-09-21Merge pull request #292 from Akatsuki-py/fix/ExecuteCurMapScriptInTableDaniel Harding
fix ExecuteCurMapScriptInTable's comment
2020-09-19fix ExecuteCurMapScriptInTable's commentAkatsuki-py
2020-09-15rgbds has moved from rednex to gbdevRangi
2020-09-02Add the pic.py (de)compressor from pokemon-reverse-engineering-toolsRangi
$ tools/pic.py decompress x.pic # creates x.2bpp $ tools/gfx.py png x.2bpp # creates x.png $ tools/gfx.py 2bpp x.png # creates x.2bpp $ tools/pic.py compress x.2bpp # creates x.pic
2020-09-01Pan Docs: "When sending three or more data sets, data is continued in ↵Rangi
further packet(s). Unused bytes at the end of the last packet should be set to zero."
2020-08-31Separate the two lists of unused namesRangi
2020-08-31Define a constant for the ghost Marowak (hard-coded throughout the engine, ↵Rangi
like the starters)
2020-08-31Use constants to delineate map types, and factor out more dataRangi
2020-08-30Factor out data/tilesets/pair_collision_tile_ids.asmRangi
2020-08-30Identify some hSpriteDataOffset valuesRangi
2020-08-30Document more hidden object data and behaviorRangi
2020-08-29Merge pull request #290 from Rangi42/masterRangi
Separate splash screen, intro, and credits (like pokegold/pokecrystal)
2020-08-28Use decimal, not hex, for sprite (object) coordinates in map scriptsRangi
2020-08-28Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi