aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Clean up some redundant or unusual event commentsRangi2021-10-053-9/+9
| |
* | `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-05214-813/+813
| |
* | Clean up some redundant or unusual event commentsRangi2021-10-055-16/+16
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-26205-708/+708
|\|
| * Align `object_event` coordinatesRangi2021-09-26204-685/+685
| | | | | | | | Fixes #336
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-26232-2670/+2668
|\|
| * Unify map event gen1 gen2 (#335)Yoann Fievez2021-09-26223-2593/+2593
| | | | | | | | | | | | | | | | | | * 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
| * wcf4b -> wStringBufferRangi2021-08-287-39/+37
| |
* | Some miscellaneous changes, syncing more with pokeredRangi2021-05-315-3/+6
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-05-3161-309/+309
|\|
| * Merge pull request #324 from KqesaR/clean_label_wild_map_pointerDaniel Harding2021-05-3160-307/+307
| |\ | | | | | | Standardize names of wild maps entities
| | * Fix typo noting to nothing and align vertically commentsYoann Fievez2021-05-312-215/+215
| | |
| | * Standardize names of wild maps entitiesYoann Fievez2021-05-1860-307/+307
| | | | | | | | | | | | Standardize the name of entities of maps for wild pokemon
* | | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-313-33/+32
|\| |
| * | Simplify the tileset headersRangi2021-05-311-30/+30
| | |
| * | Merge pull request #322 from SatoMew/masterDaniel Harding2021-05-312-2/+2
| |\ \ | | | | | | | | Identify the connections between Routes 22 and 23 as unused
| | * | Change terminology as per feedbackSatoMew2021-05-082-2/+2
| | | |
| | * | Identify the connections between Routes 22 and 23 as unusedSatoMew2021-05-082-2/+2
| | |/
| * | Improve some RAM formattingRangi2021-05-311-1/+1
| | |
* | | Improve some RAM formattingRangi2021-05-311-1/+1
| | |
* | | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-305-109/+110
|\| |
| * | Eliminate unnecessary data macrosRangi2021-05-304-113/+113
| | |
* | | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-231-16/+2
|\| |
| * | Add labels to unreferenced mart inventories and remove redundant commentsRangi2021-05-231-16/+2
| | |
* | | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-231-105/+86
|\| |
| * | Use macros for bit arraysRangi2021-05-231-105/+86
| | |
* | | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-232-105/+205
|\| |
| * | Use macros for packed arrays of nybblesRangi2021-05-232-105/+205
| |/
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-176-40/+19
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-176-40/+19
| | | | | | | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
| * Forgot to end_water_wildmonsRangi2021-03-251-0/+1
| |
* | Fix Route20 wild mons tablesdannye2021-03-251-13/+14
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-25105-397/+646
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-25106-398/+645
| | | | | | | | Fixes #312
| * Remove unused _GREEN TitleMons dataRangi2021-03-211-18/+0
| |
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2020-12-201-2/+2
|\|
| * Clarify signed magnitude in the growth_rate macroRangi2020-12-201-2/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-152-27/+29
|\|
| * Clearer tileset header macro commentSatoMew2020-12-021-1/+1
| |
| * Fix outdated commentsSatoMew2020-12-011-2/+2
| |
| * Improve new constants and comment based on feedbackSatoMew2020-11-291-24/+24
| |
| * Update related tile animation constantsSatoMew2020-11-291-24/+24
| |
| * Use assert to ensure correct base data sizeRangi2020-11-171-0/+2
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-14554-0/+0
|\|
| * Fix file modesdannye2020-11-14556-0/+0
| |
| * Sync more with pokeyellowRangi2020-11-062-4/+4
| |
| * Remove trailing whitespaceRangi2020-11-052-4/+4
| |
| * Some formatting changesRangi2020-10-192-9/+20
| |
| * PedalDanceAnim -> PetalDanceAnimRangi2020-10-081-2/+2
| |
| * Pan Docs: "When sending three or more data sets, data is continued in ↵Rangi2020-09-011-70/+84
| | | | | | | | further packet(s). Unused bytes at the end of the last packet should be set to zero."