summaryrefslogtreecommitdiff
path: root/engine/engine_flags.asm
AgeCommit message (Collapse)Author
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