summaryrefslogtreecommitdiff
path: root/data/scripts/berry_tree.inc
AgeCommit message (Collapse)Author
2021-11-18Reformat compare + goto_if/call_if to single statementsGriffinR
2021-11-17Add STR_VAR_# ids to string buffer macrosGriffinR
2021-11-15Start event macro comment updatesGriffinR
2021-07-20Remove address commentsGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-01-13Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobjGriffinR
2020-01-12Give/Take to Add/Remove for silent script macrosGriffinR
2019-12-18Merge branch 'master' into fix-eventobjGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-02Use YES/NO constants for MSGBOX_YESNOGriffinR
2019-10-20Clean up berry_tree.inc and misc adjacent documentationGriffinR
2019-09-05move some data out of event_scripts, use game stat constantsGriffinR
2019-04-04Fix labels, label more scriptsFontbane
2019-04-04Document berry tree eventsFontbane
2018-12-21improve goto_if macrosMelody
2018-12-16Merge branch 'master' into fldeffgarak
2018-12-09sync fldeff function names with pokerubygarak
2018-12-07Use normal apostrophes like adultsMelody
2018-12-02adds constants, cleans up callstd and msgbox codeMelody
* 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-11Rebrand 'map object' and 'field object' to 'event object'Marcus Huderle
2017-12-22use internal song namessceptillion
2017-12-21Port generic event script macros from pokerubyMarcus Huderle
2017-11-11Split files from event_scripts.sDiegoisawesome
Also move maps/scripts to scripts/maps