index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
scripts
/
maps.asm
Age
Commit message (
Collapse
)
Author
2019-04-21
"object_const_def" instead of "const_def 2"
Rangi
2019-03-03
Define constants for map event sizes
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-02-25
Default macro parameters use recursion; avoids repeating internal structure
Rangi
2018-02-03
map → map_id; map_def → map; map_data → map_attributes
Rangi
2018-02-01
warp_event x, y, map, warp_id
Rangi
2018-02-01
More comments and macros
Rangi
2018-01-28
grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/g
Rangi
2018-01-23
trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...`
Rangi
2018-01-23
hiddenitem, like itemball and object_event, puts the item first and the ↵
Rangi
event last
2018-01-13
Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for ↵
Remy Oukaour
map scripts
2017-12-28
Merge branch 'master' of https://github.com/pret/pokecrystal
Remy Oukaour
# Conflicts: # macros/scripts/maps.asm
2017-12-28
endm -> ENDM
xCrystal
2017-12-28
Consistent (x, y) coordinate formatting in map scripts
Remy Oukaour
2017-12-28
Uppercase MACRO and EQU(S) according to the style guide
xCrystal
2017-12-24
s/number/scene/, and correct some documentation
Remy Oukaour
2017-12-24
Renaming: (fix #412)
Remy Oukaour
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event
2017-12-23
Document the meaning of hour and daytime values for person_events
Remy Oukaour
2017-12-14
Reorganize macros
Remy Oukaour