index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bike.c
Age
Commit message (
Collapse
)
Author
2022-01-26
Merge pull request #1608 from GriffinRichards/fix-fieldmap
GriffinR
Fix some incorrect fieldmap names
2022-01-21
Z coord / height -> elevation
GriffinR
2022-01-04
Misc cleanup
GriffinR
2021-11-02
Document files with a few remaining symbols
GriffinR
2021-11-03
Distinguish clearly the two enums related to speed
cbt6
2021-11-03
Rename GoSpeedX functions to WalkNormal, WalkFast, etc.
cbt6
2021-11-03
Rename WalkFastest functions to WalkFaster
cbt6
2021-08-24
Removed trailing spaces in the most relevant files
LOuroboros
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-13
Change map header flags to use a bitfield
ExpoSeed
2021-05-13
fix goto in bike.c
Kurausukun
2021-01-26
Document object lock and some trainer approach
GriffinR
2020-08-20
Give songs meaningful english names
GriffinR
2020-07-15
Merge branch 'master' into doc-overworld
GriffinR
2020-06-24
Allow flag/var counts to be updated alongside values
GriffinR
2020-06-23
Document some overworld and field effects
GriffinR
2020-04-28
Sync map header property names with pokefirered
GriffinR
2020-04-12
Renamed sub_808C1B4 -> PlayerUseAcroBikeOnBumpySlope
brain_face
2020-04-12
Renamed sub_808B9D4 -> PlayerEndWheelieWhileMoving
brain_face
2020-04-12
Renamed sub_808B9A4 -> PlayerPopWheelieWhileMoving
brain_face
2020-04-12
Renamed sub_808B9BC -> PlayerWheelieMove
brain_face
2020-04-12
Renamed sub_808B980 -> PlayerWheelieInPlace
brain_face
2020-01-08
Merge master into ObjEvent rename and prune accidental inclusions
GriffinR
2019-11-21
Rename EventObj to ObjEvent
GriffinR
2019-11-20
Standardize EVENT_OBJECT to OBJECT_EVENT
GriffinR
2019-11-20
Standardize Event Object to Object Event
GriffinR
2019-10-06
Document collision types
Marcus Huderle
2019-04-05
Clean up data headers
DizzyEggg
2019-03-01
Reduce externs
Phlosioneer
2018-12-24
Clear includes
DizzyEggg
2018-10-21
Merge branch 'master' of https://github.com/pret/pokeemerald into synchronise
Slawter666
2018-10-19
Finish porting/decompiling field_player_avatar
Diegoisawesome
2018-10-17
More synchronisation
Slawter666
2018-10-17
Further synchronisation
Slawter666
2018-07-12
Use map type constants in map headers
Marcus Huderle
2018-06-13
Bring all movement function names up-to-date with pokeruby
Marcus Huderle
2018-06-11
Rebrand 'map object' and 'field object' to 'event object'
Marcus Huderle
2018-06-11
Update event object struct members
Marcus Huderle
2018-06-11
Rename field_map_obj to event_object_movement
Marcus Huderle
2018-05-10
Finish porting/decompiling field_effect.c
Diegoisawesome
2018-04-18
Decompile field camera
KDSKardabox
2017-12-24
merge bike with master, fix conflicts
DizzyEggg
2017-12-21
decompile bike.s
DizzyEggg