summaryrefslogtreecommitdiff
path: root/src/bike.c
AgeCommit message (Collapse)Author
2022-01-26Merge pull request #1608 from GriffinRichards/fix-fieldmapGriffinR
Fix some incorrect fieldmap names
2022-01-21Z coord / height -> elevationGriffinR
2022-01-04Misc cleanupGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
2021-11-03Distinguish clearly the two enums related to speedcbt6
2021-11-03Rename GoSpeedX functions to WalkNormal, WalkFast, etc.cbt6
2021-11-03Rename WalkFastest functions to WalkFastercbt6
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-05-13fix goto in bike.cKurausukun
2021-01-26Document object lock and some trainer approachGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-07-15Merge branch 'master' into doc-overworldGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2020-06-23Document some overworld and field effectsGriffinR
2020-04-28Sync map header property names with pokefireredGriffinR
2020-04-12Renamed sub_808C1B4 -> PlayerUseAcroBikeOnBumpySlopebrain_face
2020-04-12Renamed sub_808B9D4 -> PlayerEndWheelieWhileMovingbrain_face
2020-04-12Renamed sub_808B9A4 -> PlayerPopWheelieWhileMovingbrain_face
2020-04-12Renamed sub_808B9BC -> PlayerWheelieMovebrain_face
2020-04-12Renamed sub_808B980 -> PlayerWheelieInPlacebrain_face
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2019-11-21Rename EventObj to ObjEventGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-06Document collision typesMarcus Huderle
2019-04-05Clean up data headersDizzyEggg
2019-03-01Reduce externsPhlosioneer
2018-12-24Clear includesDizzyEggg
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-17Further synchronisationSlawter666
2018-07-12Use map type constants in map headersMarcus Huderle
2018-06-13Bring all movement function names up-to-date with pokerubyMarcus Huderle
2018-06-11Rebrand 'map object' and 'field object' to 'event object'Marcus Huderle
2018-06-11Update event object struct membersMarcus Huderle
2018-06-11Rename field_map_obj to event_object_movementMarcus Huderle
2018-05-10Finish porting/decompiling field_effect.cDiegoisawesome
2018-04-18Decompile field cameraKDSKardabox
2017-12-24merge bike with master, fix conflictsDizzyEggg
2017-12-21decompile bike.sDizzyEggg