index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
items
Age
Commit message (
Expand
)
Author
2021-03-22
Verify uneven list sizes with list_start, li, and assert_list_length macros
Rangi
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-04
Verify data table sizes with table_width and assert_table_length macros
Rangi
2020-11-03
More syncing with pokegold
Rangi
2020-08-13
Consistent constants for radio data table sizes (could still be better)
Rangi
2020-07-01
Identify more labels, and use the jumptable macro when possible
Rangi
2020-03-21
Add suffixes to some constants to avoid ambiguity
Rangi
2020-03-21
Miscellaneous fixes from #694
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-06-04
Use structure constants for channel_struct
mid-kid
2018-05-18
Constants for PC menu indexes
Rangi
2018-05-05
Explicit NO_LIMITS instead of 0
Rangi
2018-05-05
Use explicit HELD_NONE, not 0
Rangi
2018-02-05
No redundant item effect labels
Rangi
2018-01-25
Move event data to data/events/
Rangi
2018-01-25
More battle data in data/battle/
Rangi
2018-01-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...
Rangi
2018-01-22
wUnlockedUnowns engine flag constants
Rangi
2018-01-12
Move code out of data/
Remy Oukaour
2018-01-11
Group item and deco data more
Remy Oukaour
2018-01-11
More constants and data tables
Remy Oukaour
2018-01-10
Arrays end with -1, not $ff
Remy Oukaour
2018-01-03
More relevant data file locations
Remy Oukaour
2017-12-28
Uppercase MACRO and EQU(S) according to the style guide
xCrystal
2017-12-27
Remove redundant data/ filename prefixes
Remy Oukaour
2017-12-27
Move events/ to engine/events/
Remy Oukaour
2017-12-26
event/ → events/, and move some appropriate engine/ files there
Remy Oukaour
2017-12-26
Name mail graphics
Remy Oukaour
2017-12-24
Merge branch 'master' of https://github.com/pret/pokecrystal
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-24
HELD_TRADE_EVOLVE -> HELD_FLINCH
mid-kid
2017-12-23
Move NUM_BUENA_PRIZES to event/buena.asm (still hard-coded)
Remy Oukaour
2017-12-15
Copy pokered's organization some more, with further constant and data files
Remy Oukaour
2017-12-14
Split items/ and trainers/ into their data/ and engine/ components
Remy Oukaour