summaryrefslogtreecommitdiff
path: root/data/scripts
AgeCommit message (Collapse)Author
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
2019-03-01Merge pull request #551 from Phlosioneer/multiplayer-stuffhuderlem
Document overworld.c and link stuff in general
2019-03-01More minor fixesPhlosioneer
2019-02-27Name several vars, document some related eventsPhlosioneer
2019-02-27Name more unknown varsPhlosioneer
2019-02-27Document easy chat screen typesMarcus Huderle
2019-02-26Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-25Merge branch 'master' into event-varsPhlosioneer
2019-02-24Name some common single-entry movementsPhlosioneer
2019-02-24Name a ton of commonly used event scriptsPhlosioneer
2019-02-22Finish moving pokeruby varsPhlosioneer
2019-02-22Start porting pokeruby vars to pokeemeraldPhlosioneer
2019-02-18Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-18Clean up mistakes and bad formattingPhlosioneer
2019-02-12Clear up misnamed time-based flags and functionsDiegoisawesome
2019-02-10Reverse engineered many of the multiplayer eventsPhlosioneer
Some corrections to the way events are handled and identified.
2019-02-10Done documenting link code in overworld.cPhlosioneer
2019-02-10Start renaming symbolsPhlosioneer
I finally figured out what the code is trying to do. I have a foothold; the rest should follow.
2019-01-03Corrected typosTetrable
2019-01-02Fix merge conflictsTetrable
2019-01-02Finish off labelling flagsTetrable
2018-12-29Document misc field_specials thingsMarcus Huderle
2018-12-28improve checkplayergender callsMelody
clean up constant definitions make tweaks from review
2018-12-24use player constant in obj script commandsMelody
2018-12-21improve call_if macrosMelody
2018-12-21improve goto_if macrosMelody
2018-12-19Merge pull request #440 from garakmon/fldeffDiegoisawesome
Decompile / port fldeff_80F9BCC
2018-12-19update applymovement to remove magic numbersMelody
2018-12-16Merge branch 'master' into fldeffgarak
2018-12-09sync fldeff function names with pokerubygarak
2018-12-07Document trainer battle scripts (#430)DizzyEggg
2018-12-07Use normal apostrophes like adultsMelody
2018-12-02cleans up trainer battle scriptsMelody
* adds battle type macros * adds `trainerbattle_normal` macro * adds `trainerbattle_double` macro * adds rematch macros * adds no intro macro
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-19finish event object flagsgarak
2018-10-18more event flagsgarak
2018-10-17begin event flag names, add temporary hidden item macrogarak
2018-10-17Merge branch 'master' into event-flagsgarak