summaryrefslogtreecommitdiff
path: root/maps/Route35GoldenrodGate.asm
AgeCommit message (Collapse)Author
2022-01-10Don't require a boolean trainer flag for `givepoke`Rangi
Fixes #865
2020-11-03More syncing with pokegoldRangi
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
2019-11-03Rename buttonsound to promptbuttonRangi
2019-04-27Route35GoldenrodGate.asm: Rename an NPCDeeDeeG
ROUTE35GOLDENRODGATE_OFFICER --> ROUTE35GOLDENRODGATE_RANDY
2019-04-27Route35GoldenrodGate.asm: Re-label UnknownTextDeeDeeG
2019-04-21"object_const_def" instead of "const_def 2"Rangi
2019-03-10Rename more script commands for consistency and predictabilityRangi
Fixes #540
2018-05-18Constants for PC menu indexesRangi
'db ' -> 'db '
2018-05-05fix-various-little-thingsmid-kid
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™.
2018-03-01Label more map scriptsRangi
2018-02-25Default macro parameters use recursion; avoids repeating internal structureRangi
2018-02-02Script commands don't have underscoresRangi
2018-02-01Align map event coordinate columnsRangi
2018-02-01warp_event x, y, map, warp_idRangi
2018-01-31const_def NRangi
2018-01-31Forgot the person→object renameRangi
2018-01-31Comment the person constants sections, like the othersRangi
2018-01-30Remove unreferenced map script heading labelsRangi
2018-01-28grep -rl warp_def . | xargs sed -i s/warp_def/warp_event/gRangi
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2017-12-28Consistent (x, y) coordinate formatting in map scriptsRemy Oukaour
2017-12-24Renaming: (fix #412)Remy Oukaour
- MapTriggers / maptrigger → SceneScripts / scene_script - XYTriggers / xy_trigger → CoordEvents / coord_event - Signposts / signpost → BGEvents / bg_event - PersonEvents / person_event → ObjectEvents / object_event
2017-12-17Auto-label more map scriptsRemy Oukaour
2017-12-10Use new palette constantsRemy Oukaour
2017-12-10Consistent capitalization for map names, matching their constantsRemy Oukaour