summaryrefslogtreecommitdiff
path: root/engine/engine_flags.asm
AgeCommit message (Collapse)Author
2015-10-24About time I got to these functionsPikalaxALT
2015-10-10Annotation of PrintNum arguments in bc, and radio functionsPikalaxALT
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-22Various annotationsPikalaxALT
Annotated the SGB functions in predef/sgb.asm, and some of the map scripts. Renamed several functions in home. Renamed six WRAM addresses corresponding to party icon animations, and renamed several others relative to these.
2015-07-20More label updates, moved predefs to new filePikalaxALT
Also named most of the engine and event flag constants.
2015-05-18w-prefix the new PokegearFlags variable.IIMarckus
2015-05-14Give wd957 a more descriptive name.IIMarckus
2015-02-10Blindly use wram labels for everything except mobile, part 2.yenatch
2014-06-12Consolidate monster structs in wram and sram.yenatch
The PartyMon struct is really the box struct with volatile variables like status added. Some other labels have been reworked. Move structs no longer have explicit labels since their location is arbitrary and usually shared.
2013-11-29more landmark constants and rename FlypointPerms -> VisitedSpawnsyenatch
2013-10-05* added index comments to pointer listsMr Wint
* added map header wram addresses * analyzed some assembly
2013-08-23BitTable2 -> EngineFlagsyenatch