index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
constants
/
deco_constants.asm
Age
Commit message (
Expand
)
Author
2021-11-23
Use compound assignment operators
Rangi
2021-03-22
Verify uneven list sizes with list_start, li, and assert_list_length macros
Rangi
2021-03-04
Define more struct offset constants with rsreset instead of const_def
Rangi
2021-03-04
Verify data table sizes with table_width and assert_table_length macros
Rangi
2020-07-10
Use const_skip and const_next macros for brevity
Rangi
2020-07-08
Eliminate enum: use const instead, with case-by-case parallel const implement...
Rangi
2020-03-21
Add suffixes to some constants to avoid ambiguity
Rangi
2019-05-25
Define appropriate constants as EQU
mid-kid
2018-04-01
Update file paths in constants/ and docs/
mid-kid
2018-02-02
use "x + -1" not "x +- 1"
Rangi
2017-12-28
endm -> ENDM
xCrystal
2017-12-27
Move more decoration data to data/
Remy Oukaour
2017-12-11
Move lots of data tables into individual data/ files
Remy Oukaour
2017-12-09
Document constants with comments, actual names, and more thorough usage
Remy Oukaour
2015-12-29
Item effects, post-battle, and decoration flags
PikalaxALT
2015-11-20
bgcoord
PikalaxALT
2015-11-17
engine/decorations.asm
PikalaxALT
2015-10-12
Happiness and Mystery Gift constants
PikalaxALT
2015-07-23
Replaced GROUP_, MAP_ references with the map macro
PikalaxALT
2015-07-19
Finished the decoration attributes table
PikalaxALT