index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
decorations.asm
Age
Commit message (
Expand
)
Author
2018-03-13
Organize the engine/ directory
mid-kid
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-01-24
Remove Special_ prefix from special routines (close #478)
Rangi
2018-01-24
Rename some routines to avoid conflicts when removing "Special_" prefixes
Rangi
2018-01-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-23
Prefix wram labels with w, part 1.
luckytyphlosion
2018-01-23
MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #...
Rangi
2018-01-22
KrissHouse → PlayersHouse
Rangi
2018-01-14
Merge branch 'master' of https://github.com/mid-kid/pokecrystal (resolve PR #...
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-14
Use constants for menu flags
mid-kid
2018-01-13
menu_coords macro for (x1, y1, x2, y2) order (see issue #440)
Remy Oukaour
2018-01-12
Use more constants in scripts
Remy Oukaour
2018-01-02
Consolidate Special function names
xCrystal
2017-12-27
Move more decoration data to data/
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-15
Only engine/decorations.asm uses PadCoords_de
Remy Oukaour
2017-12-11
Keep table labels in the same files as their contents.
Remy Oukaour
2017-12-11
Move lots of data tables into individual data/ files
Remy Oukaour
2017-12-09
More WRAM cleanup
Remy Oukaour
2016-04-10
Local labels starting with underscores have colons depending on whether the f...
pikalaxalt
2016-04-10
Local labels starting with lowercase letters are no longer decorated with a t...
pikalaxalt
2015-12-29
Item effects, post-battle, and decoration flags
PikalaxALT
2015-12-26
jumptable macro repurposed
PikalaxALT
2015-12-18
Events and some WRAM cleanup
PikalaxALT
2015-12-17
More menu stuff
PikalaxALT
2015-12-15
Menu
PikalaxALT
2015-12-09
opentext and breeding
PikalaxALT
2015-11-25
Rename several script commands
PikalaxALT
2015-11-23
link and seer labels
PikalaxALT
2015-11-20
bgcoord
PikalaxALT
2015-11-17
engine/decorations.asm
PikalaxALT