aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/pokered/master'Rangi2022-10-023-507/+491
|\
| * Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394)Vortyne2022-09-261-1/+1
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
| * Change names of move subanimations to be meaningful (#389)BlueZangoose2022-09-252-417/+420
| | | | | | Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
| * Use a SPRITE_SET_LENGTH constantRangi2022-09-241-2/+1
| |
| * Add constants and table macros for the map sprite sets (#392)Rangi2022-09-241-89/+71
| | | | | | Fixes #391
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-123-12/+16
|\|
| * Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constantsRangi2022-09-111-1/+1
| | | | | | | | Fixes #385
| * Improve NPC trade labels and comments (#384)SatoMew2022-09-101-10/+14
| | | | | | Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
| * PP must be 40 or lessRangi2022-08-101-0/+1
| |
| * Remove empty lines on the top of map header files (#375)vulcandth2022-07-10223-223/+0
| |
| * Identify some `.asm_*` labelsRangi2022-07-101-8/+8
| |
| * Remove comment about addressesRangi2022-07-091-1/+1
| |
| * Fix typo: HeatButt -> HeadButtdannye2022-07-041-2/+2
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-0633-54/+54
| | | | | | New MACRO and DEF syntax
| * Improved Virtual Console patch identifiers (#357)vulcandth2022-06-061-1/+1
| |
| * Add comment explaining the purpose of TrainerNamePointers (#352)SatoMew2022-03-311-1/+3
| |
| * Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth2022-03-261-0/+10
| |
| * Fix incorrect comment about money received after battle (#346)stringflow2021-12-091-1/+1
| | | | | | | | | | * fix incorrect comment about money received after battle * fix incorrect comment in wram.asm
* | PP must be 40 or lessRangi2022-08-101-0/+1
| |
* | fixed 2 locations/comments (#99)mirko93s2022-07-171-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)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
| | |