summaryrefslogtreecommitdiff
path: root/data/scripts/contest_hall.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-17Continue macro comment updatingGriffinR
2021-11-15Add PARTY_NOTHING_CHOSENGriffinR
2021-11-05Rename movement scripts to use Faster over Fastestcbt6
2021-07-20Remove address commentsGriffinR
2021-05-21Document second parameter of playbgmExpoSeed
2021-03-31Use bool for multichoice ignoreBPressGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-13Split contest funcs from script_pokemon_utilGriffinR
2020-06-22Add local object event ids for referenced objectsGriffinR
2020-01-13Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobjGriffinR
2020-01-11Port some macro/script fixes from pokefireredGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-13Document Contest scriptsGriffinR
2019-11-13Document Contest Hall berry blenders and miscGriffinR
2019-11-02Use YES/NO constants for MSGBOX_YESNOGriffinR
2019-09-22Merge branch 'master' into document-eventscriptsGriffinR
2019-09-19Document multichoice idsGriffinR
2019-09-18Initial script_menu documentationGriffinR
2019-09-17Merge branch 'master' into document-eventscriptsGriffinR
2019-09-16Use misc ScrCmd constantsGriffinR
2019-09-05move some data out of event_scripts, use game stat constantsGriffinR
2019-02-25Merge branch 'master' into event-varsPhlosioneer
2019-02-24Name a ton of commonly used event scriptsPhlosioneer
2019-02-22Start porting pokeruby vars to pokeemeraldPhlosioneer
2019-01-02Finish off labelling flagsTetrable
2018-12-21improve call_if macrosMelody
2018-12-21improve goto_if macrosMelody
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-11-25Fixup some namesMarcus Huderle
2018-10-17label temp flags, test replace scriptgarak
2018-07-22merge union room with masterDizzyEggg
2018-06-13Update applymovement actions to reflect movement action namesMarcus Huderle
2018-06-03more progressDizzyEggg
2018-05-19decompile field tasksDizzyEggg
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