index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
map_events.s
Age
Commit message (
Expand
)
Author
2020-02-12
Fix event object include guards and constant filenames
GriffinR
2019-02-04
Convert map data to JSON
Marcus Huderle
2018-07-11
Use bg event type constants and remove unneeded bg_event argument
Marcus Huderle
2018-07-10
Use movement constants in object_event macros
Marcus Huderle
2018-06-20
Move map events into respective data/maps/<map> directories
Marcus Huderle
2018-05-29
Unify 'map object' and 'field object' terms into 'event object'
Marcus Huderle
2018-01-10
refactor build system
camthesaxman
2017-12-26
Add bg_secret_base_event macro, and define secret base id constants
Marcus Huderle
2017-12-26
Add coord_weather_event macro, and define COORD_EVENT_WEATHER_* constants
Marcus Huderle
2017-12-24
Name and use temp var constants
Marcus Huderle
2017-11-28
Use constants for temporary map flags
Marcus Huderle
2017-11-27
convert data files to use constants/map.h
camthesaxman
2017-11-26
opponents, map_objects, hold_effects, game_stat, decorations, battle_move_eff...
camthesaxman
2017-11-26
flag, vars, items constants
camthesaxman
2017-11-15
fix Route124 concatenation in map_events.s
ProjectRevoTPP
2017-01-05
split data
YamaArashi