index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
constants
/
item_constants.asm
Age
Commit message (
Expand
)
Author
2021-11-23
Use compound assignment operators
Rangi
2021-04-20
Use rgbds 0.5.0
Rangi
2021-03-21
Clean up some macro definitions
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const implement...
Rangi
2020-07-06
add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeatin...
Rangi
2020-06-16
[in progress] Harmonize more constant and data files with pokecrystal
Rangi
2020-04-30
Add engine/link/link.asm and engine/link/mystery_gift.asm
entrpntr
2020-04-27
Sync with the recent updates to pokecrystal.
entrpntr
2020-04-07
Add data/moves/effects.asm.
entrpntr
2020-03-22
Clean up makefile, submodules, root dir; Python 3 compatibility.
entrpntr
2020-02-08
Remove Crystal exlusives
libjet
2019-12-11
Updated macros/scripts/text.asm and cleaned up macros.asm
libjet
2019-12-09
Added engine/events stuff and cleaned up contest related code
libjet
2019-10-12
Use PSYCHIC_M for the Psychic TM.
yenatch
2018-08-16
Sync specials with pokecrystal.
IIMarckus
2018-08-16
Sync many constant/macro files with pokecrystal.
IIMarckus
2016-06-21
engine/health.asm; overworld move/item fns pt 1
pikalaxalt
2016-06-19
item attributes
pikalaxalt
2016-01-29
Import stuff from pokecrystal; diff gold and silver
PikalaxALT