aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty lines on the top of map header files (#98)vulcandth2022-07-10224-224/+0
|
* Identify some `.asm_*` labelsRangi2022-07-101-8/+8
|
* Fix typo: HeatButt -> HeadButtdannye2022-07-041-2/+2
|
* RGBDS syntax updates (#86)vulcandth2022-06-0636-68/+68
| | | New MACRO and DEF syntax
* Improved Virtual Console patch identifiers (#85)vulcandth2022-06-061-1/+1
|
* Add comment explaining the purpose of TrainerNamePointersRangi2022-04-081-1/+3
|
* Build the Virtual Console patch with `make yellow_vc` (#80)vulcandth2022-03-262-1/+11
|
* Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-231-1/+1
|\
| * Use compound assignment operatorsRangi2021-11-231-1/+1
| |
| * `warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi2021-10-05212-805/+805
| |
| * 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
| |