summaryrefslogtreecommitdiff
path: root/include/global.fieldmap.h
AgeCommit message (Collapse)Author
2022-02-02Merge pull request #1616 from GriffinRichards/missing-reqGriffinR
Add missing :req, remove old macros
2022-01-23Add missing :req, remove old macrosGriffinR
2022-01-20Correct map data commentGriffinR
2022-01-19Disambiguate fieldmap namesGriffinR
2022-01-19Name overworld tilemaps for their bg, add layer type constantsGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-27Document field player functionscbt6
2021-10-25Rename TILESET_WIDTH to METATILE_ROW_WIDTHsphericalice
2021-10-25Fix typo in the TILESET_WIDTH commentsphericalice
2021-10-25Document the CloseBattlePikeCurtain specialsphericalice
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-06-13Change map header flags to use a bitfieldExpoSeed
2021-04-06Document fieldmapGriffinR
2020-12-10Merge remote-tracking branch 'upstream/master' into berry_crushKurausukun
2020-11-23Name object event pals/tagsGriffinR
2020-09-17field_player_avatar.c: Fix TryInterruptObjectEventSpecialAnim fakematch.Kaz
2020-06-23Document some overworld and field effectsGriffinR
2020-05-14Label in_connection's field in ObjectEventTemplateGriffinR
2020-04-28Sync map header property names with pokefireredGriffinR
2020-04-01Minor player avatar docGriffinR
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2019-12-10Merge branch 'master' into fix-eventobjGriffinR
2019-12-11InitEventObjectStateFromTemplatejiangzhengwenjz
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-06Document collision typesMarcus Huderle
2019-10-06Document hide/show reflection movement actionsMarcus Huderle
2019-08-21Use DIR constants for createvobjectGriffinR
Also uses event object ids in LinkContestRoom1
2019-06-16add METATILE_ID macrogarak
2019-04-01through sub_801A02CPikalaxALT
2019-02-28Pick better names for constantsPhlosioneer
2019-02-28Add macros for metatile manipulationPhlosioneer
2018-12-30Consolidate unused escapeRope MapHeader field into filler_18 fieldDeokishisu
2018-12-07Tabs -> spaces & align in include/nullableVoidPtr
2018-11-27Clean up aligned variables in src/nullableVoidPtr
2018-10-21Merge branch 'master' of https://github.com/pret/pokeemerald into synchroniseSlawter666
2018-10-19Finish porting/decompiling field_player_avatarDiegoisawesome
2018-10-17More synchronisationSlawter666
2018-10-16Port/decompile field_control_avatarDiegoisawesome
2018-10-17Further synchronisationSlawter666
2018-07-12Use map type constants in map headersMarcus Huderle
2018-06-20Rename map-layout-related thingsMarcus Huderle
2018-06-11Rebrand 'map object' and 'field object' to 'event object'Marcus Huderle
2018-06-11Move all field object data into src/data and event_object_movement.cMarcus Huderle
2018-06-11Move event_object_movement_helpers into event_object_movementMarcus Huderle
2018-06-11Update event object struct membersMarcus Huderle
2018-02-15overworld review changes2DizzyEggg
2018-02-14decompile overworldDizzyEggg
2017-12-24merge bike with master, fix conflictsDizzyEggg
2017-12-21decompile bike.sDizzyEggg