index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
warp_connection.asm
Age
Commit message (
Expand
)
Author
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-23
Prefix wram labels with w, part 2.
luckytyphlosion
2018-01-22
More engine flag constants
Rangi
2018-01-19
More Unicode
Remy Oukaour
2018-01-16
map_header → map_def; map_header_2 → map_data
Remy Oukaour
2018-01-14
Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ...
Remy Oukaour
2018-01-10
Battle data goes in data/battle/
Remy Oukaour
2018-01-02
Finish consistent Special function names
xCrystal
2017-12-28
Lowercase v for VRAM addresses
xCrystal
2017-12-26
Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers
Remy Oukaour
2017-12-25
Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % $100`...
Remy Oukaour
2017-12-24
Renaming: (fix #412)
Remy Oukaour
2017-12-24
Rename "map permissions" to "map environment" (fix #396)
Remy Oukaour
2017-12-24
callba/callab → farcall/callfar
Remy Oukaour
2017-12-09
More WRAM cleanup
Remy Oukaour
2017-12-09
Define more charmap characters and use them in place of hard-coded numbers
Remy Oukaour
2016-05-17
engine/events.asm labels finished
pikalaxalt
2016-05-10
Labeled every function in ROM0 that's referenced in the source
pikalaxalt
2016-05-04
HDMA transfer functions
pikalaxalt
2016-05-04
More splitting of main.asm; remove unneeded rept 2
pikalaxalt
2016-04-10
Local labels starting with lowercase letters are no longer decorated with a t...
pikalaxalt
2016-01-11
Restored StandingTile and introduced LastTile
PikalaxALT
2016-01-06
Mr Pokemons House
PikalaxALT
2016-01-06
Map callback constants
PikalaxALT
2016-01-04
more gfx-related labels
PikalaxALT
2015-12-22
Color fns, some more address decoding in link/mobile
PikalaxALT
2015-12-19
More work on slots; WRAM cleanup, Move Deleter
PikalaxALT
2015-12-14
mystery gift, credits
PikalaxALT
2015-12-14
map setup and warps
PikalaxALT
2015-12-13
Miscellaneous labels
PikalaxALT
2015-11-29
Pokedex labels
PikalaxALT