summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_Lounge2/scripts.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-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-07-20Remove address commentsGriffinR
2019-11-16Document Battle Frontier loungesGriffinR
2019-09-18Initial script_menu documentationGriffinR
2019-09-17Some frontier field_specials documentationGriffinR
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-06-20Move events and scripts into map dirsMarcus Huderle