summaryrefslogtreecommitdiff
path: root/data/scripts
AgeCommit message (Collapse)Author
2019-10-06Document move tutorsGriffinR
2019-10-06Document kecleonGriffinR
2019-10-06Document cave holeGriffinR
2019-10-06Document common movementsGriffinR
2019-10-05Convert 4 spaces in .inc to tabGriffinR
2019-10-02Review changes for #819 and mergeGriffinR
2019-09-28Split off more files from event_scriptsGriffinR
2019-09-27Move running shoes scriptGriffinR
2019-09-27Split more files from event_scriptsGriffinR
2019-09-27Split some files from event_scriptsGriffinR
2019-09-27Review changes for #778GriffinR
2019-09-26Merge branch 'master' into document-eventscriptsGriffinR
2019-09-25Review changes for #817GriffinR
2019-09-25Remove Egg parent constantsGriffinR
2019-09-25Document day_care.inc and relatedGriffinR
2019-09-23Use multi constants from mergeGriffinR
2019-09-22Merge branch 'master' into document-eventscriptsGriffinR
2019-09-22Merge branch 'master' into document-scriptmenuGriffinR
2019-09-22Document PLAYER_HAS constants, consolidate poke constantsGriffinR
2019-09-19Clean up script_menu documentationGriffinR
2019-09-19Document multichoice idsGriffinR
2019-09-18Initial script_menu documentationGriffinR
2019-09-17Merge branch 'master' into document-eventscriptsGriffinR
2019-09-17Document some field_specials dataGriffinR
2019-09-17Merge branch 'master' into document-eventscriptsGriffinR
2019-09-16Use misc ScrCmd constantsGriffinR
2019-09-16Fix misnamed functionGriffinR
2019-09-06condense secret base mapscript labelsGriffinR
2019-09-06fix secret base jsonsGriffinR
2019-09-06document remainder of secret_base scripts, delete unneeded scripts.incsGriffinR
2019-09-05document secret_base_1.incGriffinR
2019-09-05move some data out of event_scripts, use game stat constantsGriffinR
2019-09-03Merge branch 'master' into document-eventscriptsGriffinR
2019-08-21Replace {STRING 5} with {KUN}tustin2121
Since we already have the KUN placeholder, there's no need for this {STRING 5} stuff. Also, it makes it easier to delete all the {KUN}s in hacks later on if desired.
2019-08-14initial event_scripts documentationGriffinR
2019-06-16finish labeling metatilesgarak
2019-04-22Fix some labels and include decorations.hFontbane
Include decorations.h in shop.c Include decorations.h in event_scripts.s
2019-04-22Doc most OnTransitionsFontbane
2019-04-06MatchFontbane
2019-04-06Doc field move scripts completely, use fldeff constants for dofieldeffectFontbane
Fix labels Fix labels again Delete extra boulder scripts Now it should build fine
2019-04-06Start documenting field move scriptsAJ Fontaine
2019-04-05Document secret baseMarcus Huderle
2019-04-04Fix labels, label more scriptsFontbane
2019-04-04Document berry tree eventsFontbane
2019-04-04Document landmark setting and item ballsFontbane
2019-04-03Minor fixesPikalaxALT
gotoram --> returnram cmdCF/execram --> gotoram fix indentation in sym_ewram.txt fix mevent_client.h guard name
2019-03-31Document mystery_giftPikalaxALT
2019-03-23EventScript and Text DocumentationFontbane
In event_script.s. Also renamed a couple events for consistency/detail.
2019-03-02Merge pull request #587 from Phlosioneer/document-all-event-varshuderlem
Document all event vars
2019-03-02Fix tabs, do suggested renamePhlosioneer