summaryrefslogtreecommitdiff
path: root/engine/phone_scripts.asm
AgeCommit message (Collapse)Author
2015-07-25Merge yenatch:map-objectsPikalaxALT
2015-07-25Macro update, roam mon annotationsPikalaxALT
Updated map and mapgroup macros to get around an rgbds bug. Legendary beast locale handling annotated and relabeled. Added a new constant NUM_ENGINE_FLAGS for use in the EngineFlagAction function. This will make it easier for modders to add or remove engine flags.
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-20More label updates, moved predefs to new filePikalaxALT
Also named most of the engine and event flag constants.
2015-07-17More annotations and interpretations of functions and scriptsPikalaxALT
2015-07-15More enumeration of constants, more annotations of scripts.PikalaxALT
2015-07-12Event and engine constant enumeration; replace static flag numbers with ↵PikalaxALT
their constant names
2015-07-10Fix mislabeled engine flags.IIMarckus
2015-07-09Add constants for checkcodes.IIMarckus
From PikalaxALT.
2015-06-23Introduce checkmorn/checkday/checknite to replace checktime.IIMarckus
2015-02-11Use labels for script specials instead of constants/static values.yenatch
2015-02-10Blind wram labels part 3.yenatch
2015-02-06More graphics and straggling static refs.yenatch
2015-01-20Stop using the preprocessor.yenatch
2014-08-22Use landmark constants in displaylocation commands (phone scripts).yenatch
2014-07-23Dump the phone scripts.yenatch
This is one of the last major incbins. The rest is mostly mobile code.
2014-07-22Separate phone scripts from std scripts.yenatch