| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix Celedon typo | dannye | 2023-11-19 |
| | | |||
| * | Use map object consts in data/maps/hide_show_data.asm (#432) | dannye | 2023-10-11 |
| | | |||
| * | text_2.asm: trivial missing whitespace (#425) | Zachary Buhman | 2023-08-26 |
| | | |||
| * | Correct constant name (SILPH, not SLIPH) (#422) | Vortyne | 2023-08-26 |
| | | |||
| * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 |
| | | |||
| * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 |
| | | | | 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. | ||
| * | Name some unnamed animation constants (#396) | Vortyne | 2023-03-25 |
| | | |||
| * | Dex weights are in tenths of a pound | RainbowMetalPigeon | 2023-03-25 |
| | | |||
| * | Add list assertion to TrainerNames | dannye | 2022-12-28 |
| | | |||
| * | Add table assertion to `TrainerDataPointers` (#403) | vulcandth | 2022-12-28 |
| | | | | | | * Add table assertion to `TrainerDataPointers` * Add table assertion to `TrainerNamePointers` | ||
| * | Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394) | Vortyne | 2022-09-26 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||
| * | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2022-09-25 |
| | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | ||
| * | Use a SPRITE_SET_LENGTH constant | Rangi | 2022-09-24 |
| | | |||
| * | Add constants and table macros for the map sprite sets (#392) | Rangi | 2022-09-24 |
| | | | | Fixes #391 | ||
| * | Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants | Rangi | 2022-09-11 |
| | | | | | Fixes #385 | ||
| * | Improve NPC trade labels and comments (#384) | SatoMew | 2022-09-10 |
| | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | ||
| * | PP must be 40 or less | Rangi | 2022-08-10 |
| | | |||
| * | Remove empty lines on the top of map header files (#375) | vulcandth | 2022-07-10 |
| | | |||
| * | Identify some `.asm_*` labels | Rangi | 2022-07-10 |
| | | |||
| * | Remove comment about addresses | Rangi | 2022-07-09 |
| | | |||
| * | Fix typo: HeatButt -> HeadButt | dannye | 2022-07-04 |
| | | |||
| * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 |
| | | | | New MACRO and DEF syntax | ||
| * | Improved Virtual Console patch identifiers (#357) | vulcandth | 2022-06-06 |
| | | |||
| * | Add comment explaining the purpose of TrainerNamePointers (#352) | SatoMew | 2022-03-31 |
| | | |||
| * | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 2022-03-26 |
| | | |||
| * | Fix incorrect comment about money received after battle (#346) | stringflow | 2021-12-09 |
| | | | | | | * fix incorrect comment about money received after battle * fix incorrect comment in wram.asm | ||
| * | Use compound assignment operators | Rangi | 2021-11-23 |
| | | |||
| * | `warp_event` warp IDs start at 1, like in pokegold/pokecrystal | Rangi | 2021-10-05 |
| | | |||
| * | Clean up some redundant or unusual event comments | Rangi | 2021-10-05 |
| | | |||
| * | Align `object_event` coordinates | Rangi | 2021-09-26 |
| | | | | | Fixes #336 | ||
| * | Unify map event gen1 gen2 (#335) | Yoann Fievez | 2021-09-26 |
| | | | | | | | | | | * 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 |
| | | |||
| * | Merge pull request #324 from KqesaR/clean_label_wild_map_pointer | Daniel Harding | 2021-05-31 |
| |\ | | | | | Standardize names of wild maps entities | ||
| | * | Fix typo noting to nothing and align vertically comments | Yoann Fievez | 2021-05-31 |
| | | | |||
| | * | Standardize names of wild maps entities | Yoann Fievez | 2021-05-18 |
| | | | | | | | | | Standardize the name of entities of maps for wild pokemon | ||
| * | | Simplify the tileset headers | Rangi | 2021-05-31 |
| | | | |||
| * | | Merge pull request #322 from SatoMew/master | Daniel Harding | 2021-05-31 |
| |\ \ | | | | | | | Identify the connections between Routes 22 and 23 as unused | ||
| | * | | Change terminology as per feedback | SatoMew | 2021-05-08 |
| | | | | |||
| | * | | Identify the connections between Routes 22 and 23 as unused | SatoMew | 2021-05-08 |
| | |/ | |||
| * | | Improve some RAM formatting | Rangi | 2021-05-31 |
| | | | |||
| * | | Eliminate unnecessary data macros | Rangi | 2021-05-30 |
| | | | |||
| * | | Add labels to unreferenced mart inventories and remove redundant comments | Rangi | 2021-05-23 |
| | | | |||
| * | | Use macros for bit arrays | Rangi | 2021-05-23 |
| | | | |||
| * | | Use macros for packed arrays of nybbles | Rangi | 2021-05-23 |
| |/ | |||
| * | Use rgbds 0.5.0 features: | Rangi | 2021-04-17 |
| | | | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args | ||
| * | Forgot to end_water_wildmons | Rangi | 2021-03-25 |
| | | |||
| * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 |
| | | | | | Fixes #312 | ||
| * | Remove unused _GREEN TitleMons data | Rangi | 2021-03-21 |
| | | |||
| * | Clarify signed magnitude in the growth_rate macro | Rangi | 2020-12-20 |
| | | |||
| * | Clearer tileset header macro comment | SatoMew | 2020-12-02 |
| | | |||
