index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
pokemon
Age
Commit message (
Expand
)
Author
2021-11-23
Use compound assignment operators
Rangi
2021-05-09
Require rgbds 0.5.1
Rangi
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
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
2020-03-21
Add suffixes to some constants to avoid ambiguity
Rangi
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
2018-11-11
Adapt `tmhm` for consistency
mid-kid
2018-09-01
normal.gbcpal → front.gbcpal
Rangi
2018-08-31
Fix #537: Palettes generated from PNGs use .gbcpal directly.
Rangi
2018-06-24
Remove address comment
Rangi
2018-06-24
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-06-25
Remove even more address comments
mid-kid
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
2018-04-05
GENDERLESS -> GENDER_UNKNOWN
mid-kid
2018-02-26
Document more quirks and bugs
Rangi
2018-02-25
* Remove rept 4 (fa3192e)
Rangi
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
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
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
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
2017-12-14
Split items/ and trainers/ into their data/ and engine/ components
Remy Oukaour