summaryrefslogtreecommitdiff
path: root/src/field_special_scene.c
AgeCommit message (Collapse)Author
2021-11-17Distinguish 'virtual object' names from object eventsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-10-09Add MAP_OFFSETGriffinR
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-07-05Add local id constants for CGriffinR
2020-09-04Switch to button macrosPokeCodec
2020-08-20Give songs meaningful english namesGriffinR
2020-07-15Merge branch 'master' into doc-overworldGriffinR
2020-07-02Clean up field effect docGriffinR
2020-07-02Eliminate METATILE_ID() macroGriffinR
2020-06-24Allow flag/var counts to be updated alongside valuesGriffinR
2019-12-21Merge master into ObjEvent renameGriffinR
2019-12-17Document some warp/field screen effectGriffinR
2019-11-21Fix event constant file namesGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-14Fix mislabeled SS Tidal movementsGriffinR
2019-11-14Document SS Tidal scriptsGriffinR
2019-10-15Document Petalburg, Fortree, Sootopolis, and some of Mossdeep GymsGriffinR
2019-06-16label metatiles for pacifidlog and fortree bridgesgarak
2019-05-25Use event object constantsSlawter666
2019-03-10Document map name popup flagPhlosioneer
2019-02-02Add constants for flags and varsDiegoisawesome
2018-12-29Document misc field_specials thingsMarcus Huderle
2018-12-27Misc overworld documentationMarcus Huderle
2018-09-11Move field_special_scene data to CSlawter666
2018-08-15Fix Task_Truck1Diegoisawesome
2018-08-08Begin porting/decompiling field_specialsDiegoisawesome
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-01-19Fix file permissions.Devin
2017-12-22use internal song namessceptillion
2017-12-11convert more constantscamthesaxman
2017-11-08Update variable and flag namesDiegoisawesome
2017-10-12Port/decomp scrcmdDiegoisawesome
2017-09-30move externsProjectRevoTPP
2017-09-23revert pointless changeProjectRevoTPP
2017-09-23correct field_map_obj.h order declaration.ProjectRevoTPP
2017-09-22decompile field_special_scene.cProjectRevoTPP