Commit Graph

3 Commits

Author SHA1 Message Date
jeffman ccd715a551 Allocating some bytes in the window struct for hacks
The goal is to change any initializations of the flags
value from a 32-bit write to a 16-bit write; this frees
up the upper 16 bits for our use. When setting/clearing
flags in lower bit positions, the game won't delete whatever
we've stored in the upper 16 bits.
2017-03-09 01:04:02 -05:00
jeffman af075b69a0 Added some subroutine notes 2017-03-09 00:36:24 -05:00
jeffman 742f053a3f Cleaning things out 2017-03-07 17:12:52 -05:00