summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2022-03-31Add comment explaining the purpose of TrainerNamePointers (#352)HEADmasterSatoMew
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth
2021-12-09Fix incorrect comment about money received after battle (#346)stringflow
* fix incorrect comment about money received after battle * fix incorrect comment in wram.asm
2021-11-23Use compound assignment operatorsRangi
2021-10-05`warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi
2021-10-05Clean up some redundant or unusual event commentsRangi
2021-09-26Align `object_event` coordinatesRangi
Fixes #336
2021-09-26Unify map event gen1 gen2 (#335)Yoann Fievez
* Update sign to bg_event #289 * Rename warp to warp_event * Replace object to object_event * Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id
2021-08-28wcf4b -> wStringBufferRangi
2021-05-31Merge pull request #324 from KqesaR/clean_label_wild_map_pointerDaniel Harding
Standardize names of wild maps entities
2021-05-31Fix typo noting to nothing and align vertically commentsYoann Fievez
2021-05-31Simplify the tileset headersRangi
2021-05-31Merge pull request #322 from SatoMew/masterDaniel Harding
Identify the connections between Routes 22 and 23 as unused
2021-05-31Improve some RAM formattingRangi
2021-05-30Eliminate unnecessary data macrosRangi
2021-05-23Add labels to unreferenced mart inventories and remove redundant commentsRangi
2021-05-23Use macros for bit arraysRangi
2021-05-23Use macros for packed arrays of nybblesRangi
2021-05-18Standardize names of wild maps entitiesYoann Fievez
Standardize the name of entities of maps for wild pokemon
2021-05-08Change terminology as per feedbackSatoMew
2021-05-08Identify the connections between Routes 22 and 23 as unusedSatoMew
2021-04-17Use rgbds 0.5.0 features:Rangi
- FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
2021-03-25Forgot to end_water_wildmonsRangi
2021-03-25Verify data table and name list sizes with assertion macrosRangi
Fixes #312
2021-03-21Remove unused _GREEN TitleMons dataRangi
2020-12-20Clarify signed magnitude in the growth_rate macroRangi
2020-12-02Clearer tileset header macro commentSatoMew
2020-12-01Fix outdated commentsSatoMew
2020-11-29Improve new constants and comment based on feedbackSatoMew
2020-11-29Update related tile animation constantsSatoMew
2020-11-17Use assert to ensure correct base data sizeRangi
2020-11-14Fix file modesdannye
2020-11-06Sync more with pokeyellowRangi
2020-11-05Remove trailing whitespaceRangi
2020-10-19Some formatting changesRangi
2020-10-08PedalDanceAnim -> PetalDanceAnimRangi
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-31Use constants to delineate map types, and factor out more dataRangi
2020-08-30Factor out data/tilesets/pair_collision_tile_ids.asmRangi
2020-08-30Document more hidden object data and behaviorRangi
2020-08-28Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi
2020-08-21Align warp and sign coordinatesRangi
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
2020-08-17Fix Town Map coordinates to be in (X, Y) order as comments claimRangi
2020-08-02Fix encounter rate commentsRangi