| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove empty lines on the top of map header files (#98) | vulcandth | 2022-07-10 | 224 | -224/+0 |
| | | |||||
| * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 1 | -8/+8 |
| | | |||||
| * | Fix typo: HeatButt -> HeadButt | dannye | 2022-07-04 | 1 | -2/+2 |
| | | |||||
| * | RGBDS syntax updates (#86) | vulcandth | 2022-06-06 | 36 | -68/+68 |
| | | | | New MACRO and DEF syntax | ||||
| * | Improved Virtual Console patch identifiers (#85) | vulcandth | 2022-06-06 | 1 | -1/+1 |
| | | |||||
| * | Add comment explaining the purpose of TrainerNamePointers | Rangi | 2022-04-08 | 1 | -1/+3 |
| | | |||||
| * | Build the Virtual Console patch with `make yellow_vc` (#80) | vulcandth | 2022-03-26 | 2 | -1/+11 |
| | | |||||
| * | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-11-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Use compound assignment operators | Rangi | 2021-11-23 | 1 | -1/+1 |
| | | | |||||
| | * | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 2021-10-05 | 212 | -805/+805 |
| | | | |||||
| | * | Clean up some redundant or unusual event comments | Rangi | 2021-10-05 | 3 | -9/+9 |
| | | | |||||
| * | | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 2021-10-05 | 214 | -813/+813 |
| | | | |||||
| * | | Clean up some redundant or unusual event comments | Rangi | 2021-10-05 | 5 | -16/+16 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 | 205 | -708/+708 |
| |\| | |||||
| | * | Align `object_event` coordinates | Rangi | 2021-09-26 | 204 | -685/+685 |
| | | | | | | | | | Fixes #336 | ||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-09-26 | 232 | -2670/+2668 |
| |\| | |||||
| | * | Unify map event gen1 gen2 (#335) | Yoann Fievez | 2021-09-26 | 223 | -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 -> wStringBuffer | Rangi | 2021-08-28 | 7 | -39/+37 |
| | | | |||||
| * | | Some miscellaneous changes, syncing more with pokered | Rangi | 2021-05-31 | 5 | -3/+6 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-05-31 | 61 | -309/+309 |
| |\| | |||||
| | * | Merge pull request #324 from KqesaR/clean_label_wild_map_pointer | Daniel Harding | 2021-05-31 | 60 | -307/+307 |
| | |\ | | | | | | | Standardize names of wild maps entities | ||||
| | | * | Fix typo noting to nothing and align vertically comments | Yoann Fievez | 2021-05-31 | 2 | -215/+215 |
| | | | | |||||
| | | * | Standardize names of wild maps entities | Yoann Fievez | 2021-05-18 | 60 | -307/+307 |
| | | | | | | | | | | | | | Standardize the name of entities of maps for wild pokemon | ||||
| * | | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-31 | 3 | -33/+32 |
| |\| | | |||||
| | * | | Simplify the tileset headers | Rangi | 2021-05-31 | 1 | -30/+30 |
| | | | | |||||
| | * | | Merge pull request #322 from SatoMew/master | Daniel Harding | 2021-05-31 | 2 | -2/+2 |
| | |\ \ | | | | | | | | | Identify the connections between Routes 22 and 23 as unused | ||||
| | | * | | Change terminology as per feedback | SatoMew | 2021-05-08 | 2 | -2/+2 |
| | | | | | |||||
| | | * | | Identify the connections between Routes 22 and 23 as unused | SatoMew | 2021-05-08 | 2 | -2/+2 |
| | | |/ | |||||
| | * | | Improve some RAM formatting | Rangi | 2021-05-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | Improve some RAM formatting | Rangi | 2021-05-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-30 | 5 | -109/+110 |
| |\| | | |||||
| | * | | Eliminate unnecessary data macros | Rangi | 2021-05-30 | 4 | -113/+113 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-23 | 1 | -16/+2 |
| |\| | | |||||
| | * | | Add labels to unreferenced mart inventories and remove redundant comments | Rangi | 2021-05-23 | 1 | -16/+2 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-23 | 1 | -105/+86 |
| |\| | | |||||
| | * | | Use macros for bit arrays | Rangi | 2021-05-23 | 1 | -105/+86 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2021-05-23 | 2 | -105/+205 |
| |\| | | |||||
| | * | | Use macros for packed arrays of nybbles | Rangi | 2021-05-23 | 2 | -105/+205 |
| | |/ | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-04-17 | 6 | -40/+19 |
| |\| | |||||
| | * | Use rgbds 0.5.0 features: | Rangi | 2021-04-17 | 6 | -40/+19 |
| | | | | | | | | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args | ||||
| | * | Forgot to end_water_wildmons | Rangi | 2021-03-25 | 1 | -0/+1 |
| | | | |||||
| * | | Fix Route20 wild mons tables | dannye | 2021-03-25 | 1 | -13/+14 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2021-03-25 | 105 | -397/+646 |
| |\| | |||||
| | * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 | 106 | -398/+645 |
| | | | | | | | | | Fixes #312 | ||||
| | * | Remove unused _GREEN TitleMons data | Rangi | 2021-03-21 | 1 | -18/+0 |
| | | | |||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2020-12-20 | 1 | -2/+2 |
| |\| | |||||
| | * | Clarify signed magnitude in the growth_rate macro | Rangi | 2020-12-20 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2020-12-15 | 2 | -27/+29 |
| |\| | |||||
| | * | Clearer tileset header macro comment | SatoMew | 2020-12-02 | 1 | -1/+1 |
| | | | |||||
| | * | Fix outdated comments | SatoMew | 2020-12-01 | 1 | -2/+2 |
| | | | |||||
