summaryrefslogtreecommitdiff
path: root/data/maps/SootopolisCity
AgeCommit message (Collapse)Author
2021-11-18Reformat compare + goto_if/call_if to single statementsGriffinR
2021-11-18Finish updating macro commentsGriffinR
2021-11-16More updating event macro commentsGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-13Merge pull request #1547 from GriffinRichards/doc-sounddataGriffinR
Clean up sound, add CRY_MODE constants
2021-11-07Add CRY_MODE constantsGriffinR
2021-11-05Rename movement scripts to use Faster over Fastestcbt6
2021-07-20Remove address commentsGriffinR
2021-04-06Label Kyogre/Groudon animsGriffinR
2021-04-06Clarify Groudon/Kyogre/Rayquaza gfx namesGriffinR
2020-08-28Merge branch 'master' into doc-raysceneGriffinR
2020-08-25Start documenting rayquaza_sceneGriffinR
2020-08-20Give songs meaningful english namesGriffinR
2020-06-22Add local object event ids for referenced objectsGriffinR
2020-04-28Use trainer type constantsGriffinR
2020-04-28Sync map header property names with pokefireredGriffinR
2020-01-13Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobjGriffinR
2020-01-11Port some macro/script fixes from pokefireredGriffinR
2019-12-21Merge master into ObjEvent renameGriffinR
2019-12-20Merge pull request #935 from GriffinRichards/doc-warpDiegoisawesome
Document some warp/field screen effect
2019-12-18Merge branch 'master' into fix-eventobjGriffinR
2019-12-17Document some warp/field screen effectGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-12-06Merge master into ObjEvent renameGriffinR
2019-12-06Sync weather namesGriffinR
2019-11-20Standardize EVENT_OBJECT to OBJECT_EVENTGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-11-10Document Sootopolis scriptsGriffinR
2019-11-09Document Sky Pillar outsideGriffinR
2019-11-02Use YES/NO constants for MSGBOX_YESNOGriffinR
2019-10-07Merge branch 'master' into doc-incGriffinR
2019-10-07Use VAR_FACING constantsGriffinR
2019-10-06Document common movementsGriffinR
2019-09-30Document a few field specialsGriffinR
2019-09-17Clean up field_specials documentationGriffinR
2019-09-16Use misc ScrCmd constantsGriffinR
2019-08-17Rename movobjectoffscreen to copyobjectxytopermTustin2121
Renaming the command to something that makes more sense as to what the command actually does. The command copies the current xy of the instantiated object back to its template, so that the object remains in the same place if the player walks away and despawns the object, and then comes back. "moveobjectoffscreen" implies that it might be taking the object and moving it physically to an off-screen location somehow.
2019-08-05rename town/city varsGriffinR
2019-06-16finish labeling metatilesgarak
2019-04-22Fix some labels and include decorations.hFontbane
Include decorations.h in shop.c Include decorations.h in event_scripts.s
2019-04-22Doc most OnTransitionsFontbane
2019-03-10Document map name popup flagPhlosioneer
2019-02-27Finish documenting event varsPhlosioneer
2019-02-27Name several vars, document some related eventsPhlosioneer
2019-02-27Name more unknown varsPhlosioneer
2019-02-25Merge pull request #577 from Phlosioneer/weather-15huderlem
Document the weather state functions
2019-02-25Merge pull request #574 from Phlosioneer/event-varshuderlem
Event vars
2019-02-25Update map script filesPhlosioneer
2019-02-25Merge branch 'master' into weather-15Phlosioneer
2019-02-25Merge branch 'master' into event-varsPhlosioneer