summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-08-21Align warp and sign coordinatesRangi
2020-08-20Merge pull request #287 from Rangi42/masterRangi
Simplify map event definitions
2020-08-18Comments explain the def_warps_to macrosRangi
2020-08-17Implement def_warps_to in a simpler wayRangi
Instead of building a semicolon-separated "array" of warp_to coordinates in _WARP_TO_BUFFER, just declare a new EQUS for each one: _WARP_TO_NUM_1, _WARP_TO_NUM_2, etc. Then have def_warps_to output and PURGE each one of them.
2020-08-17Fix keyword capitalization and indentationRangi
2020-08-17Use def_warps_to macro for automatic warp_to entriesRangi
2020-08-17Use map constants for SilphCoElevator warpsRangi
2020-08-17Use def_* macros for automatic map event countsRangi
2020-08-17Use ANY_DIR, UP_DOWN, and LEFT_RIGHT for map objectsRangi
2020-08-17Identify some map object related constantsRangi