index
:
pokered-es
adding-pokemon
expand-tileset
give-all-mons
master
pokedex-order
rgbgfx
Pokémon Roja y Azul (Español)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
constants
/
item_constants.asm
Age
Commit message (
Collapse
)
Author
2020-11-14
Fix file modes
dannye
2020-07-20
Add comments associating constants with data, and identify some more data
Rangi
2020-07-09
Use const_skip and const_next macros for brevity
Rangi
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const ↵
Rangi
implementations
2020-07-06
Avoid repeating the NUM_TMS value
Rangi
2020-07-06
add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵
Rangi
repeating the move names twice
2020-07-05
TM/HM constants named after moves
Rangi
2020-07-03
Reorganize constants/
Rangi
To do: add comments associating constants with data and code
2015-12-14
Fewer underscores in constants
dannye
2015-08-10
Use constants for elevator floors
dannye
2015-07-19
Enumerate more constants
dannye
2015-07-03
Rename/organize part 1 of 4
U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-06-01
Add newlines to EOFs
U-Daniel-PC\Daniel
2014-05-21
More misc relabelling
U-Fish-PC\Daniel
2013-12-11
Clean up constants
U-Fish-PC\Daniel
2013-12-05
split related constants into constants/
yenatch