index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
scripts
/
berry_tree.inc
Age
Commit message (
Collapse
)
Author
2021-11-18
Reformat compare + goto_if/call_if to single statements
GriffinR
2021-11-17
Add STR_VAR_# ids to string buffer macros
GriffinR
2021-11-15
Start event macro comment updates
GriffinR
2021-07-20
Remove address comments
GriffinR
2020-08-20
Give songs meaningful english names
GriffinR
2020-01-13
Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobj
GriffinR
2020-01-12
Give/Take to Add/Remove for silent script macros
GriffinR
2019-12-18
Merge branch 'master' into fix-eventobj
GriffinR
2019-12-15
Use fadescreen constants
GriffinR
2019-11-20
Standardize Event Object to Object Event
GriffinR
2019-11-02
Use YES/NO constants for MSGBOX_YESNO
GriffinR
2019-10-20
Clean up berry_tree.inc and misc adjacent documentation
GriffinR
2019-09-05
move some data out of event_scripts, use game stat constants
GriffinR
2019-04-04
Fix labels, label more scripts
Fontbane
2019-04-04
Document berry tree events
Fontbane
2018-12-21
improve goto_if macros
Melody
2018-12-16
Merge branch 'master' into fldeff
garak
2018-12-09
sync fldeff function names with pokeruby
garak
2018-12-07
Use normal apostrophes like adults
Melody
2018-12-02
adds constants, cleans up callstd and msgbox code
Melody
* adds some constants for standard script names and messagebox types * replaces some callstd calls with msgbox calls where equivalent * replaces msgbox and callstd calls using raw digits with versions that use the constants
2018-06-11
Rebrand 'map object' and 'field object' to 'event object'
Marcus Huderle
2017-12-22
use internal song names
sceptillion
2017-12-21
Port generic event script macros from pokeruby
Marcus Huderle
2017-11-11
Split files from event_scripts.s
Diegoisawesome
Also move maps/scripts to scripts/maps