summaryrefslogtreecommitdiff
path: root/data/maps
AgeCommit message (Collapse)Author
2019-02-18Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-18Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-18Clean up mistakes and bad formattingPhlosioneer
2019-02-16Use strings for map json trainer_type and trainer_sight_or_berry_tree_id fieldsMarcus Huderle
2019-02-16use strings for map json coord_event var_valuegarak
2019-02-15Document the regi* code morePhlosioneer
Fixed some confusing naming, named some unknown symbols, and fixed the names of some flags.
2019-02-12Merge branch 'master' of github.com:pret/pokeemeraldDiegoisawesome
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-09Give proper names to dynamic map layoutsMarcus Huderle
2019-02-07Document more battle pyramidMarcus Huderle
2019-02-06Document a bunch of battle pyramidMarcus Huderle
2019-02-04Cleanup and add game version flag to mapjson toolMarcus Huderle
2019-01-31Convert map data to JSONMarcus Huderle
2019-01-29Define layout constantsMarcus Huderle
2019-01-29Cleanup Rustboro City House layout labelMarcus Huderle
2019-01-29Fix PetaburgCity map scripts labelMarcus Huderle
2019-01-29Cleanup link contest map scriptsMarcus Huderle
2019-01-29Cleanup link contest map eventsMarcus Huderle
2019-01-29Document trainer approach funcs, and use movement type constants in scriptsMarcus Huderle
2019-01-22Merge branch 'master' into trainer_cardDizzyEggg
2019-01-21Add var const prefix for some missed var numbersDiegoisawesome
2019-01-19Document and match somne trainer cardDizzyEggg
2019-01-13Move some vars to CDizzyEggg
2019-01-03Corrected typosTetrable
2019-01-02Fix merge conflictsTetrable
2019-01-02Finish off labelling flagsTetrable
2018-12-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-29Almost done with tradeDiegoisawesome
2018-12-29add event object var referencesMelody
2018-12-29Document deoxys rockMarcus Huderle
2018-12-28improve checkplayergender callsMelody
clean up constant definitions make tweaks from review
2018-12-26Use map_header_flags macro (#483)Marcus Huderle
2018-12-25Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c)Marcus Huderle
2018-12-25improve event script object callsMelody
2018-12-24Merge pull request #477 from melthelesbian/object_script_commandsDiegoisawesome
use player constant in obj script commands
2018-12-24use player constant in obj script commandsMelody
2018-12-24document setweather callsMelody
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-09Decompile cable_car.c (#438)Marcus Huderle
2018-12-07Document trainer battle scripts (#430)DizzyEggg
2018-12-07Use normal apostrophes like adultsMelody
2018-12-02trainerbattle_normal → trainerbattle_singleMelody
* trainerbattle_normal → trainerbattle_single * TRAINER_BATTLE_NORMAL → TRAINER_BATTLE_SINGLE * improves the macro documentation a little
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-02defines `register_matchcall` macroMelody