index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rotating_gate.c
Age
Commit message (
Expand
)
Author
2022-01-20
Merge pull request #1599 from GriffinRichards/fix-tilemaps
GriffinR
2022-01-14
Move more graphics out of misc
GriffinR
2022-01-04
Misc cleanup
GriffinR
2021-11-16
Handle optional arguments for warp commands, add WARP_ID_NONE
GriffinR
2021-10-09
Add MAP_OFFSET
GriffinR
2021-09-14
Add TAG_NONE
GriffinR
2021-07-07
Flatten pos fields in struct Sprite
PikalaxALT
2021-05-11
Fix UB in RotatingGate_RotateInDirection
ExpoSeed
2021-04-06
Document some event object movement
GriffinR
2020-08-20
Give songs meaningful english names
GriffinR
2019-12-06
Use ST_OAM constants for OamData definitions
GriffinR
2019-03-16
Use constants for Oam .shape and .size fields
Phlosioneer
2018-12-09
Remove trailing whitespace
nullableVoidPtr
2018-12-06
Remove uses of INVALID_ defines, clean up some arrays with constants, and spa...
nullableVoidPtr
2018-12-06
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to alloc...
nullableVoidPtr
2018-12-03
Match and clean rotating_gate.c
DizzyEggg
2018-08-11
Fix compile error
Diegoisawesome
2018-06-11
Rename field_map_obj to event_object_movement
Marcus Huderle
2018-05-19
make field tasks compile
DizzyEggg
2018-05-11
Update naked attribute and ASM_DIRECT to NAKED macro
Diegoisawesome
2018-04-18
add braces
KDSKardabox
2018-04-18
Perform requested changes
KDSKardabox
2018-04-18
Decompile field camera
KDSKardabox
2018-04-18
Decompile rotating_rate & remove debug check
KDSKardabox