aboutsummaryrefslogtreecommitdiffstats
path: root/data (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-18Clean up item comments (#443)SatoMew1-2/+2
2023-11-21Fix some map text constantsdannye4-16/+16
2023-11-21Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZERangi421-2/+9
2023-11-21Rename two unused items as `ITEM_XX` like pokecrystalRangi423-7/+7
2023-11-21Rename `EV_*` constants to `EVOLVE_*` like pokecrystal (#407)SatoMew1-72/+72
2023-11-19Fix SAFFRONCTIY typodannye2-2/+2
2023-11-19Fix inconsistent B1F object constsdannye2-6/+6
2023-11-19Fix inconsistent object const namesdannye3-18/+18
2023-11-19Remove incorrect sign object constsdannye2-3/+0
2023-11-19Fix Celedon typodannye1-1/+1
2023-10-11Use map object consts in data/maps/hide_show_data.asm (#432)dannye209-1149/+1150
2023-08-26text_2.asm: trivial missing whitespace (#425)Zachary Buhman1-1/+1
2023-08-26Correct constant name (SILPH, not SLIPH) (#422)Vortyne1-1/+1
2023-07-15Thoroughly document debug code (#410)SatoMew1-5/+5
2023-07-13Add macros, constants, and labels for map scripts and text (#367)vulcandth219-1139/+2476
2023-03-25Name some unnamed animation constants (#396)Vortyne1-2/+2
2023-03-25Dex weights are in tenths of a poundRainbowMetalPigeon1-1/+1
2022-12-28Add list assertion to TrainerNamesdannye1-47/+49
2022-12-28Add table assertion to `TrainerDataPointers` (#403)vulcandth2-0/+4
2022-09-26Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394)Vortyne1-1/+1
2022-09-25Change names of move subanimations to be meaningful (#389)BlueZangoose2-417/+420
2022-09-24Use a SPRITE_SET_LENGTH constantRangi1-2/+1
2022-09-24Add constants and table macros for the map sprite sets (#392)Rangi1-89/+71
2022-09-11Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constantsRangi1-1/+1
2022-09-10Improve NPC trade labels and comments (#384)SatoMew1-10/+14
2022-08-10PP must be 40 or lessRangi1-0/+1
2022-07-10Remove empty lines on the top of map header files (#375)vulcandth223-223/+0
2022-07-10Identify some `.asm_*` labelsRangi1-8/+8
2022-07-09Remove comment about addressesRangi1-1/+1
2022-07-04Fix typo: HeatButt -> HeadButtdannye1-2/+2
2022-06-06RGBDS syntax updates (#358)vulcandth33-54/+54
2022-06-06Improved Virtual Console patch identifiers (#357)vulcandth1-1/+1
2022-03-31Add comment explaining the purpose of TrainerNamePointers (#352)SatoMew1-1/+3
2022-03-26Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)vulcandth1-0/+10
2021-12-09Fix incorrect comment about money received after battle (#346)stringflow1-1/+1
2021-11-23Use compound assignment operatorsRangi1-1/+1
2021-10-05`warp_event` warp IDs start at 1, like in pokegold/pokecrystalRangi212-805/+805
2021-10-05Clean up some redundant or unusual event commentsRangi3-9/+9
2021-09-26Align `object_event` coordinatesRangi204-685/+685
2021-09-26Unify map event gen1 gen2 (#335)Yoann Fievez223-2593/+2593
2021-08-28wcf4b -> wStringBufferRangi7-39/+37
2021-05-31Fix typo noting to nothing and align vertically commentsYoann Fievez2-215/+215
2021-05-31Simplify the tileset headersRangi1-30/+30
2021-05-31Improve some RAM formattingRangi1-1/+1
2021-05-30Eliminate unnecessary data macrosRangi4-113/+113
2021-05-23Add labels to unreferenced mart inventories and remove redundant commentsRangi1-16/+2
2021-05-23Use macros for bit arraysRangi1-105/+86
2021-05-23Use macros for packed arrays of nybblesRangi2-105/+205
2021-05-18Standardize names of wild maps entitiesYoann Fievez60-307/+307
2021-05-08Change terminology as per feedbackSatoMew2-2/+2