| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Rename two unused items as `ITEM_XX` like pokecrystal | Rangi42 | 2023-11-21 | 3 | -7/+7 | |
| | | | ||||||
| | * | Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407) | SatoMew | 2023-11-21 | 1 | -72/+72 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-11-20 | 223 | -1411/+2777 | |
| |\| | ||||||
| | * | Fix SAFFRONCTIY typo | dannye | 2023-11-19 | 2 | -2/+2 | |
| | | | ||||||
| | * | Fix inconsistent B1F object consts | dannye | 2023-11-19 | 2 | -6/+6 | |
| | | | ||||||
| | * | Fix inconsistent object const names | dannye | 2023-11-19 | 3 | -18/+18 | |
| | | | ||||||
| | * | Remove incorrect sign object consts | dannye | 2023-11-19 | 2 | -3/+0 | |
| | | | ||||||
| | * | Fix Celedon typo | dannye | 2023-11-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use map object consts in data/maps/hide_show_data.asm (#432) | dannye | 2023-10-11 | 209 | -1149/+1150 | |
| | | | ||||||
| | * | text_2.asm: trivial missing whitespace (#425) | Zachary Buhman | 2023-08-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | Correct constant name (SILPH, not SLIPH) (#422) | Vortyne | 2023-08-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | Thoroughly document debug code (#410) | SatoMew | 2023-07-15 | 1 | -5/+5 | |
| | | | ||||||
| | * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 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. | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2023-04-25 | 5 | -50/+56 | |
| |\| | ||||||
| | * | Name some unnamed animation constants (#396) | Vortyne | 2023-03-25 | 1 | -2/+2 | |
| | | | ||||||
| | * | Dex weights are in tenths of a pound | RainbowMetalPigeon | 2023-03-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add list assertion to TrainerNames | dannye | 2022-12-28 | 1 | -47/+49 | |
| | | | ||||||
| | * | Add table assertion to `TrainerDataPointers` (#403) | vulcandth | 2022-12-28 | 2 | -0/+4 | |
| | | | | | | | | | | | * Add table assertion to `TrainerDataPointers` * Add table assertion to `TrainerNamePointers` | |||||
| * | | Fix trainer parties' comments (#104) | mirko93s | 2023-02-17 | 1 | -10/+19 | |
| | | | | | | | Comments were taken from Red/Blue, some of them were incorrect for Yellow. | |||||
| * | | Move `ShoreTiles` and `WaterTile` into data/ | Rangi | 2022-10-05 | 1 | -0/+9 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'remotes/pokered/master' | Rangi | 2022-10-02 | 3 | -507/+491 | |
| |\| | ||||||
| | * | Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394) | Vortyne | 2022-09-26 | 1 | -1/+1 | |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | |||||
| | * | Change names of move subanimations to be meaningful (#389) | BlueZangoose | 2022-09-25 | 2 | -417/+420 | |
| | | | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com> | |||||
| | * | Use a SPRITE_SET_LENGTH constant | Rangi | 2022-09-24 | 1 | -2/+1 | |
| | | | ||||||
| | * | Add constants and table macros for the map sprite sets (#392) | Rangi | 2022-09-24 | 1 | -89/+71 | |
| | | | | | | | Fixes #391 | |||||
| * | | Merge branch 'master' of https://github.com/pret/pokered | dannye | 2022-09-12 | 3 | -12/+16 | |
| |\| | ||||||
| | * | Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants | Rangi | 2022-09-11 | 1 | -1/+1 | |
| | | | | | | | | | Fixes #385 | |||||
| | * | Improve NPC trade labels and comments (#384) | SatoMew | 2022-09-10 | 1 | -10/+14 | |
| | | | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com> | |||||
| | * | PP must be 40 or less | Rangi | 2022-08-10 | 1 | -0/+1 | |
| | | | ||||||
| | * | Remove empty lines on the top of map header files (#375) | vulcandth | 2022-07-10 | 223 | -223/+0 | |
| | | | ||||||
| | * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 1 | -8/+8 | |
| | | | ||||||
| | * | Remove comment about addresses | Rangi | 2022-07-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix typo: HeatButt -> HeadButt | dannye | 2022-07-04 | 1 | -2/+2 | |
| | | | ||||||
| | * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 33 | -54/+54 | |
| | | | | | | | New MACRO and DEF syntax | |||||
| | * | Improved Virtual Console patch identifiers (#357) | vulcandth | 2022-06-06 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add comment explaining the purpose of TrainerNamePointers (#352) | SatoMew | 2022-03-31 | 1 | -1/+3 | |
| | | | ||||||
| | * | Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351) | vulcandth | 2022-03-26 | 1 | -0/+10 | |
| | | | ||||||
| | * | Fix incorrect comment about money received after battle (#346) | stringflow | 2021-12-09 | 1 | -1/+1 | |
| | | | | | | | | | | | * fix incorrect comment about money received after battle * fix incorrect comment in wram.asm | |||||
| * | | PP must be 40 or less | Rangi | 2022-08-10 | 1 | -0/+1 | |
| | | | ||||||
| * | | fixed 2 locations/comments (#99) | mirko93s | 2022-07-17 | 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. | |||||
| * | | 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 | |
| | | | ||||||
