summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_OutsideEast
AgeCommit message (Collapse)Author
2022-01-11Make item optional for givemon and setwildbattleGriffinR
2021-11-18Reformat compare + goto_if/call_if to single statementsGriffinR
2021-11-07Add CRY_MODE constantsGriffinR
2021-07-20Remove address commentsGriffinR
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
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-17Document Battle Frontier outside scriptsGriffinR
2019-11-16Document Frontier Exchange Corner scriptsGriffinR
2019-10-20Clean up berry_tree.inc and misc adjacent documentationGriffinR
2019-10-07Use B_OUTCOME constants for GetBattleOutcomeGriffinR
2019-08-14initial event_scripts documentationGriffinR
2019-03-23EventScript and Text DocumentationFontbane
In event_script.s. Also renamed a couple events for consistency/detail.
2019-02-25Merge pull request #574 from Phlosioneer/event-varshuderlem
Event vars
2019-02-25Update map script filesPhlosioneer
2019-02-25Merge branch 'master' into event-varsPhlosioneer
2019-02-24More misc event namesPhlosioneer
2019-02-24Name a ton of commonly used event scriptsPhlosioneer
2019-02-22Finish moving pokeruby varsPhlosioneer
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
2019-01-02Fix merge conflictsTetrable
2019-01-02Finish off labelling flagsTetrable
2018-12-26Use map_header_flags macro (#483)Marcus Huderle
2018-12-21improve call_if macrosMelody
2018-12-21improve goto_if macrosMelody
2018-12-16Merge branch 'master' into fldeffgarak
2018-12-09sync fldeff function names with pokerubygarak
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-10-19clean flags and remove temp macrogarak
2018-10-17begin event flag names, add temporary hidden item macrogarak
2018-10-17use event flags in event scriptsgarak
2018-10-14Update All EVENT_OBJ_GFX ReferencesDeokishisu
Didn't realize that this needed to be done as well for renaming OW sprites. The event_objects.h file has had its corresponding defines renamed and all references in all files to those defines have been relabeled.
2018-08-08Begin porting/decompiling field_specialsDiegoisawesome
2018-07-12Use map battle scene constants in map headersMarcus Huderle
2018-07-12Use map type constants in map headersMarcus Huderle
2018-07-12Use weather constants in map headersMarcus Huderle
2018-07-12Use region map section constants in map headersMarcus Huderle
2018-07-11Sync bg_event macros with pokerubyMarcus Huderle
2018-07-10Use movement type constants in object_event macrosMarcus Huderle
2018-06-20Move events and scripts into map dirsMarcus Huderle
2018-06-20Move 'map attributes' into 'layouts'Marcus Huderle
2018-06-15Get all map constants from include/ rather than constants/Marcus Huderle
2017-12-22use internal song namessceptillion
2017-11-10Organize map dataDiegoisawesome