summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_BattleDomeLobby
AgeCommit message (Collapse)Author
2021-11-18Reformat compare + goto_if/call_if to single statementsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-07-20Remove address commentsGriffinR
2021-03-31Use bool for multichoice ignoreBPressGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-06-22Add local object event ids for referenced objectsGriffinR
2020-04-28Use trainer type constantsGriffinR
2020-04-28Sync map header property names with pokefireredGriffinR
2020-01-12Merge branch 'master' into fix-eventobjGriffinR
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2020-01-08Merge branch 'master' into doc-domeGriffinR
2020-01-07More battle_dome.c docGriffinR
2019-12-20Document Battle Dome scripts and some battle_dome.cGriffinR
2019-12-18Merge branch 'master' into fix-eventobjGriffinR
2019-12-17Merge master into doc-towerGriffinR
2019-12-17Document Battle Tower scriptsGriffinR
2019-12-17Merge branch 'master' into constants-fadeGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-12-15Merge master into ObjEvent renameGriffinR
2019-12-15Document Battle Tent scriptsGriffinR
2019-12-14Document Battle Pyramid scriptsGriffinR
2019-12-06Merge branch 'master' into fix-eventobjGriffinR
2019-12-05Add some macro commentsGriffinR
2019-12-05Set up Battle Dome and Tower macrosGriffinR
2019-12-05Set up remaining facility script doc, use Palace macrosGriffinR
2019-11-27Merge master into ObjEvent renameGriffinR
2019-11-26Document Battle Arena scriptsGriffinR
2019-11-25Merge master into ObjEvent renameGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-11-25Begin documenting Battle Pike and Frontier UtilGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-17Document Scotts House and begin frontier macrosGriffinR
2019-11-10Document some frontier util funcsGriffinR
2019-11-02Use YES/NO constants for MSGBOX_YESNOGriffinR
2019-09-19Document more script_menu, lilycove harborGriffinR
2019-09-19Document multichoice idsGriffinR
2019-09-16Use misc ScrCmd constantsGriffinR
2019-02-25Update map script filesPhlosioneer
2019-02-24Name a ton of commonly used event scriptsPhlosioneer
2019-02-16Use strings for map json trainer_type and trainer_sight_or_berry_tree_id fieldsMarcus Huderle
2019-01-31Convert map data to JSONMarcus Huderle
2019-01-29Define layout constantsMarcus Huderle
2018-12-26Use map_header_flags macro (#483)Marcus Huderle
2018-12-24use player constant in obj script commandsMelody
2018-12-21improve call_if macrosMelody
2018-12-21improve goto_if macrosMelody
2018-12-19update applymovement to remove magic numbersMelody
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