aboutsummaryrefslogtreecommitdiffstats
path: root/data (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* Align `object_event` coordinatesRangi2021-09-26204-685/+685
| | | | Fixes #336
* 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
|
* 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
* | 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
| |
* | Eliminate unnecessary data macrosRangi2021-05-304-113/+113
| |
* | Add labels to unreferenced mart inventories and remove redundant commentsRangi2021-05-231-16/+2
| |
* | Use macros for bit arraysRangi2021-05-231-105/+86
| |
* | Use macros for packed arrays of nybblesRangi2021-05-232-105/+205
|/
* Use rgbds 0.5.0 features:Rangi2021-04-176-40/+19
| | | | | | | - FOR loops - {interpolation} - REDEF EQUS - \# for all macro args
* Forgot to end_water_wildmonsRangi2021-03-251-0/+1
|
* Verify data table and name list sizes with assertion macrosRangi2021-03-25106-398/+645
| | | | Fixes #312
* Remove unused _GREEN TitleMons dataRangi2021-03-211-18/+0
|
* Clarify signed magnitude in the growth_rate macroRangi2020-12-201-2/+2
|
* Clearer tileset header macro commentSatoMew2020-12-021-1/+1
|
* Fix outdated commentsSatoMew2020-12-011-2/+2
|
* Improve new constants and comment based on feedbackSatoMew2020-11-291-24/+24
|
* Update related tile animation constantsSatoMew2020-11-291-24/+24
|
* Use assert to ensure correct base data sizeRangi2020-11-171-0/+2
|
* Fix file modesdannye2020-11-14556-0/+0
|
* Sync more with pokeyellowRangi2020-11-062-4/+4
|
* Remove trailing whitespaceRangi2020-11-052-4/+4
|
* Some formatting changesRangi2020-10-192-9/+20
|
* PedalDanceAnim -> PetalDanceAnimRangi2020-10-081-2/+2
|
* Pan Docs: "When sending three or more data sets, data is continued in ↵Rangi2020-09-011-70/+84
| | | | further packet(s). Unused bytes at the end of the last packet should be set to zero."
* Separate the two lists of unused namesRangi2020-08-311-1/+3
|
* Use constants to delineate map types, and factor out more dataRangi2020-08-314-0/+73
|
* Factor out data/tilesets/pair_collision_tile_ids.asmRangi2020-08-301-0/+24
|
* Document more hidden object data and behaviorRangi2020-08-301-60/+67
|
* Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi2020-08-281-3/+3
|