Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | Use compound assignment operators | Rangi | |
2021-05-09 | Require rgbds 0.5.1 | Rangi | |
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB | |||
2021-04-19 | Use rgbds 0.5.0 | Rangi | |
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi | |
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739 | |||
2021-01-06 | The 'tmhm' macro adjusts to the number of TMs/HMs/tutors | Rangi | |
2020-11-17 | Use assert to ensure correct base data size | Rangi | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-05-07 | Clean up some percentage values | Rangi | |
2020-05-06 | Use a FIRST_UNOWN_CHAR constant for the Unown font | Rangi | |
2020-05-05 | Miscellaneous fixes | Rangi | |
Addresses the haircut brothers' probability comments in #709 | |||
2020-03-21 | Add suffixes to some constants to avoid ambiguity | Rangi | |
- `PSYCHIC` → `PSYCHIC_TYPE` (not the trainer `PSYCHIC_T` or the move `PSYCHIC_M`) - `BLACKBELT` → `BLACKBELT_I` (not the trainer `BLACKBELT_T`) - `CURSE_T` → `CURSE_TYPE` (not the move `CURSE`) - `TOWN_MAP_D` → `TOWN_MAP_POSTER` (not the item `TOWN_MAP`) This also uncovered a misidentified event: `EVENT_DECO_PLANT_4` → `EVENT_DECO_POSTER_1`. (There are three plants and four posters.) | |||
2020-02-04 | Identify four padding bytes in base data as beta front/back pic pointers | Rangi | |
2019-11-03 | Decimal values for Pokémon cry parameters | Rangi | |
2019-05-25 | Get rid of _CRYSTAL | mid-kid | |
Having this here is completely redundant and useless, and doesn't even work since it should use `if DEF(_CRYSTAL)` instead. | |||
2018-11-11 | Adapt `tmhm` for consistency | mid-kid | |
Using an underscore before macro variables avoids cluttering up the global namespace. While this isn't much of a problem right now, it's good practice that'll keep us from problems in the future. | |||
2018-09-01 | normal.gbcpal → front.gbcpal | Rangi | |
Eliminate redundant Makefile rules Keep Makefile's Pokemon-specific hack rules next to the misc file-specific graphics rules | |||
2018-08-31 | Fix #537: Palettes generated from PNGs use .gbcpal directly. | Rangi | |
This avoids overwriting a .pal file from a .png with the same name. It also prevents people from trying to edit generated .pal files. | |||
2018-06-24 | Remove address comment | Rangi | |
2018-06-24 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # engine/items/mart.asm | |||
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-06-24 | Unreferenced_53d84 → Unreferenced_MonPicBanks from pokegold-spaceworld | Rangi | |
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi | |
2018-05-06 | 'rept' is not indented | Rangi | |
2018-04-05 | Use Stadium 2 Egg Group names | mid-kid | |
Out of the current two most prevalent official conventions, this one was chosen, because they're used in a direct counterpart to this game, and thus feel more accurate. | |||
2018-04-05 | GENDERLESS -> GENDER_UNKNOWN | mid-kid | |
This is how they're called in official sources, and it fits better with the other `GENDER_` constants. | |||
2018-02-26 | Document more quirks and bugs | Rangi | |
2018-02-25 | * Remove rept 4 (fa3192e) | Rangi | |
* FindGreaterThanThatLevel -> FindAboveLevel (132fe46) * More meaningful egg group names (0eeb00d) | |||
2018-02-25 | NO_ITEM == 0 | Rangi | |
2018-01-31 | Official egg group names | Rangi | |
2018-01-31 | MINERAL egg group works | Rangi | |
2018-01-29 | Clean up comments | Rangi | |
Base data: types uniquely lacked a comment; items on one line; distinguish unknowns Dex entries: don't imply that pointers don't exist | |||
2018-01-25 | Move event data to data/events/ | Rangi | |
2018-01-22 | Add data/text/ | Rangi | |
2018-01-12 | Egg palette works like other Pokémon | Remy Oukaour | |
2018-01-10 | Arrays end with -1, not $ff | Remy Oukaour | |
2018-01-10 | Specialized macros go with their data/code | Remy Oukaour | |
2018-01-09 | More comments | Remy Oukaour | |
Fix some constants | |||
2018-01-09 | includes.asm → constants.asm | Remy Oukaour | |
2018-01-03 | More relevant data file locations | Remy Oukaour | |
2018-01-02 | Move EZChat Pokémon order to data/ | Remy Oukaour | |
2017-12-27 | Remove redundant data/ filename prefixes | Remy Oukaour | |
2017-12-26 | Correct documentation | Remy Oukaour | |
Split out text_constants.asm | |||
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
2017-12-26 | Rename: gfx/pics → gfx/pokemon | Remy Oukaour | |
2017-12-26 | Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers | Remy Oukaour | |
2017-12-24 | Clarify why G/S egg moves were removed (resolves #294) | Remy Oukaour | |
2017-12-24 | Use PSYCHIC_M for the Psychic TM. | yenatch | |
Fixes #385 | |||
2017-12-14 | Split items/ and trainers/ into their data/ and engine/ components | Remy Oukaour | |
Move some data into a pokemon/ subdirectory |