summaryrefslogtreecommitdiff
path: root/maps/WiseTriosRoom.asm
AgeCommit message (Collapse)Author
2021-02-05Identify some more labelsRangi
2020-07-24Use def_* macros for automatic map event countsRangi
Resolves #742
2020-07-17return → endcallback, reloadandreturn → reloadendRangi
2019-11-03Rename buttonsound to promptbuttonRangi
2019-04-21"object_const_def" instead of "const_def 2"Rangi
2018-08-20Label some Unknown map textRangi
2018-02-28Label more map scriptsRangi
2018-02-25* loadmenuheader -> loadmenu (ead103d)Rangi
* objectface -> turnobject (c834bda)
2018-02-02spriteface → objectface, consistent with the other script commandsRangi
2018-02-01Align map event coordinate columnsRangi
2018-02-01warp_event x, y, map, warp_idRangi
2018-02-01SCENE_DEFAULT=0 and SCENE_FINISHED=1 (generic constants for a common scene ↵Rangi
pattern)
2018-02-01Meaningful scene constant namesRangi
(Two common patterns: 0=default event and 1=nothing; and 0=nothing and 1=some event)
2018-01-31Add scene ID constants (TODO: meaningful names)Rangi
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-23trainers put the class and id first: `trainer YOUNGSTER, JOEY1, ...`Rangi
2018-01-23EcruteakHouse → EcruteakTinTowerEntranceRangi
2018-01-16map_header → map_def; map_header_2 → map_dataRemy Oukaour
2018-01-13Introduce callback, hiddenitem, conditional_event, and cmdqueue macros for ↵Remy Oukaour
map scripts
2018-01-09Clean up some hex values in map scriptsRemy 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-17Auto-label more map scriptsRemy Oukaour
2017-12-12xy_trigger handles $0 padding, so map scripts are simplerRemy Oukaour
2017-12-10All map triggers use the `maptrigger` macro, not `dw`Remy Oukaour
.MapTriggers and .MapCallbacks lists are formatted consistently with .Warps, .XYTriggers, .Signposts, and .PersonEvents
2016-05-14Unify directional movement macrospikalaxalt
2016-01-06Map callback constantsPikalaxALT
2015-12-09opentext and breedingPikalaxALT
2015-11-29buttonsoundPikalaxALT
2015-11-27Person event constants for each mapPikalaxALT
2015-11-25Rename several script commandsPikalaxALT
2015-11-15Globally introduce PERSONTYPE constantsPikalaxALT
2015-11-06Sprite movement function labelsPikalaxALT
2015-11-02No more NONEPikalaxALT
2015-10-31SPRITEMOVEDATAPikalaxALT
2015-10-29No more -bash000; engine/movement.asm, SPRITEMOVEFNPikalaxALT
2015-10-24About time I got to these functionsPikalaxALT
2015-10-21Plus 4 on person events; feeble attempt to annotate color functionsPikalaxALT
2015-07-31Split fourth-to-last byte of person_event into nybble argumentsPikalaxALT
2015-07-29Reworked person_event argumentsPikalaxALT
2015-07-25Merge yenatch:map-objectsPikalaxALT
2015-07-23Replaced GROUP_, MAP_ references with the map macroPikalaxALT
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme Added new macro elevfloor to simplify the definition of elevators under this new scheme
2015-07-21Add constants for common map object ids.yenatch
2015-07-21Added labels to different parts of the map script and event headersPikalaxALT
2015-07-19Finished the decoration attributes tablePikalaxALT
Interpretation of the Decoration Attributes table is complete. Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map.