index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
maps
/
Route17Route18Gate.asm
Age
Commit message (
Collapse
)
Author
2020-07-24
Use def_* macros for automatic map event counts
Rangi
Resolves #742
2019-04-21
"object_const_def" instead of "const_def 2"
Rangi
2018-02-28
Label more map scripts
Rangi
2018-02-25
* loadmenuheader -> loadmenu (ead103d)
Rangi
* objectface -> turnobject (c834bda)
2018-02-02
spriteface → objectface, consistent with the other script commands
Rangi
2018-02-01
Align map event coordinate columns
Rangi
2018-02-01
warp_event x, y, map, warp_id
Rangi
2018-02-01
Meaningful scene constant names
Rangi
(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
2018-01-31
Add scene ID constants (TODO: meaningful names)
Rangi
2018-01-31
const_def N
Rangi
2018-01-31
Forgot the person→object rename
Rangi
2018-01-31
Comment the person constants sections, like the others
Rangi
2018-01-30
Remove unreferenced map script heading labels
Rangi
2018-01-28
grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g
Rangi
2018-01-16
map_header → map_def; map_header_2 → map_data
Remy Oukaour
2018-01-01
Route 17-18 Gate and Route 29-46 Gate
Remy Oukaour