| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-07-13 | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 219 | -1139/+2476 | |
| This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified. | |||||
| 2023-03-25 | Name some unnamed animation constants (#396) | Vortyne | 1 | -2/+2 | |
| 2023-03-25 | Dex weights are in tenths of a pound | RainbowMetalPigeon | 1 | -1/+1 | |
| 2023-02-17 | Fix trainer parties' comments (#104) | mirko93s | 1 | -10/+19 | |
| Comments were taken from Red/Blue, some of them were incorrect for Yellow. | |||||
| 2022-12-28 | Add list assertion to TrainerNames | dannye | 1 | -47/+49 | |
| 2022-12-28 | Add table assertion to `TrainerDataPointers` (#403) | vulcandth | 2 | -0/+4 | |
| * Add table assertion to `TrainerDataPointers` * Add table assertion to `TrainerNamePointers` | |||||
| 2022-10-05 | Move `ShoreTiles` and `WaterTile` into data/ | Rangi | 1 | -0/+9 | |
| 2022-09-26 | Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394) | Vortyne | 1 | -1/+1 | |
| Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | |||||
| 2022-09-25 | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2 | -417/+420 | |
| Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | |||||
| 2022-09-24 | Use a SPRITE_SET_LENGTH constant | Rangi | 1 | -2/+1 | |
| 2022-09-24 | Add constants and table macros for the map sprite sets (#392) | Rangi | 1 | -89/+71 | |
| Fixes #391 | |||||
| 2022-09-11 | Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants | Rangi | 1 | -1/+1 | |
| Fixes #385 | |||||
| 2022-09-10 | Improve NPC trade labels and comments (#384) | SatoMew | 1 | -10/+14 | |
| Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | |||||
| 2022-08-10 | PP must be 40 or less | Rangi | 1 | -0/+1 | |
| 2022-08-10 | PP must be 40 or less | Rangi | 1 | -0/+1 | |
| 2022-07-17 | fixed 2 locations/comments (#99) | mirko93s | 1 | -0/+2 | |
| Last BugCatcher and last Lass are in Viridian Forest instead of Route 9 and Celadon Gym. These are the only 2 extra trainers yellow got compared to red/blue. | |||||
| 2022-07-10 | Remove empty lines on the top of map header files (#98) | vulcandth | 224 | -224/+0 | |
| 2022-07-10 | Remove empty lines on the top of map header files (#375) | vulcandth | 223 | -223/+0 | |
| 2022-07-10 | Identify some `.asm_*` labels | Rangi | 1 | -8/+8 | |
| 2022-07-10 | Identify some `.asm_*` labels | Rangi | 1 | -8/+8 | |
| 2022-07-09 | Remove comment about addresses | Rangi | 1 | -1/+1 | |
| 2022-07-04 | Fix typo: HeatButt -> HeadButt | dannye | 1 | -2/+2 | |
| 2022-07-04 | Fix typo: HeatButt -> HeadButt | dannye | 1 | -2/+2 | |
| 2022-06-06 | RGBDS syntax updates (#86) | vulcandth | 36 | -68/+68 | |
| New MACRO and DEF syntax | |||||
| 2022-06-06 | RGBDS syntax updates (#358) | vulcandth | 33 | -54/+54 | |
| New MACRO and DEF syntax | |||||
| 2022-06-06 | Improved Virtual Console patch identifiers (#85) | vulcandth | 1 | -1/+1 | |
| 2022-06-06 | Improved Virtual Console patch identifiers (#357) | vulcandth | 1 | -1/+1 | |
| 2022-04-08 | Add comment explaining the purpose of TrainerNamePointers | Rangi | 1 | -1/+3 | |
| 2022-03-31 | Add comment explaining the purpose of TrainerNamePointers (#352) | SatoMew | 1 | -1/+3 | |
| 2022-03-26 | Build the Virtual Console patch with `make yellow_vc` (#80) | vulcandth | 2 | -1/+11 | |
| 2022-03-26 | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 1 | -0/+10 | |
| 2021-12-09 | Fix incorrect comment about money received after battle (#346) | stringflow | 1 | -1/+1 | |
| * fix incorrect comment about money received after battle * fix incorrect comment in wram.asm | |||||
| 2021-11-23 | Use compound assignment operators | Rangi | 1 | -1/+1 | |
| 2021-10-05 | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 214 | -813/+813 | |
| 2021-10-05 | Clean up some redundant or unusual event comments | Rangi | 5 | -16/+16 | |
| 2021-10-05 | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 212 | -805/+805 | |
| 2021-10-05 | Clean up some redundant or unusual event comments | Rangi | 3 | -9/+9 | |
| 2021-09-26 | Align `object_event` coordinates | Rangi | 204 | -685/+685 | |
| Fixes #336 | |||||
| 2021-09-26 | Unify map event gen1 gen2 (#335) | Yoann Fievez | 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 | |||||
| 2021-08-28 | wcf4b -> wStringBuffer | Rangi | 7 | -39/+37 | |
| 2021-05-31 | Some miscellaneous changes, syncing more with pokered | Rangi | 5 | -3/+6 | |
| 2021-05-31 | Fix typo noting to nothing and align vertically comments | Yoann Fievez | 2 | -215/+215 | |
| 2021-05-31 | Simplify the tileset headers | Rangi | 1 | -30/+30 | |
| 2021-05-31 | Improve some RAM formatting | Rangi | 1 | -1/+1 | |
| 2021-05-31 | Improve some RAM formatting | Rangi | 1 | -1/+1 | |
| 2021-05-30 | Eliminate unnecessary data macros | Rangi | 4 | -113/+113 | |
| 2021-05-23 | Add labels to unreferenced mart inventories and remove redundant comments | Rangi | 1 | -16/+2 | |
| 2021-05-23 | Use macros for bit arrays | Rangi | 1 | -105/+86 | |
| 2021-05-23 | Use macros for packed arrays of nybbles | Rangi | 2 | -105/+205 | |
| 2021-05-18 | Standardize names of wild maps entities | Yoann Fievez | 60 | -307/+307 | |
| Standardize the name of entities of maps for wild pokemon | |||||
