index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
field_special_scene.c
Age
Commit message (
Collapse
)
Author
2021-11-17
Distinguish 'virtual object' names from object events
GriffinR
2021-11-16
Handle optional arguments for warp commands, add WARP_ID_NONE
GriffinR
2021-10-09
Add MAP_OFFSET
GriffinR
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-07-05
Add local id constants for C
GriffinR
2020-09-04
Switch to button macros
PokeCodec
2020-08-20
Give songs meaningful english names
GriffinR
2020-07-15
Merge branch 'master' into doc-overworld
GriffinR
2020-07-02
Clean up field effect doc
GriffinR
2020-07-02
Eliminate METATILE_ID() macro
GriffinR
2020-06-24
Allow flag/var counts to be updated alongside values
GriffinR
2019-12-21
Merge master into ObjEvent rename
GriffinR
2019-12-17
Document some warp/field screen effect
GriffinR
2019-11-21
Fix event constant file names
GriffinR
2019-11-20
Standardize EVENT_OBJECT to OBJECT_EVENT
GriffinR
2019-11-20
Standardize Event Object to Object Event
GriffinR
2019-11-14
Fix mislabeled SS Tidal movements
GriffinR
2019-11-14
Document SS Tidal scripts
GriffinR
2019-10-15
Document Petalburg, Fortree, Sootopolis, and some of Mossdeep Gyms
GriffinR
2019-06-16
label metatiles for pacifidlog and fortree bridges
garak
2019-05-25
Use event object constants
Slawter666
2019-03-10
Document map name popup flag
Phlosioneer
2019-02-02
Add constants for flags and vars
Diegoisawesome
2018-12-29
Document misc field_specials things
Marcus Huderle
2018-12-27
Misc overworld documentation
Marcus Huderle
2018-09-11
Move field_special_scene data to C
Slawter666
2018-08-15
Fix Task_Truck1
Diegoisawesome
2018-08-08
Begin porting/decompiling field_specials
Diegoisawesome
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-01-19
Fix file permissions.
Devin
2017-12-22
use internal song names
sceptillion
2017-12-11
convert more constants
camthesaxman
2017-11-08
Update variable and flag names
Diegoisawesome
2017-10-12
Port/decomp scrcmd
Diegoisawesome
2017-09-30
move externs
ProjectRevoTPP
2017-09-23
revert pointless change
ProjectRevoTPP
2017-09-23
correct field_map_obj.h order declaration.
ProjectRevoTPP
2017-09-22
decompile field_special_scene.c
ProjectRevoTPP