Commit Graph

24 Commits

Author SHA1 Message Date
jeffman 131e34882a Erase tiles for scrolling text 2017-03-18 17:39:56 -04:00
jeffman 6bb0f04c5c Added tile copying for text scrolling 2017-03-18 17:11:19 -04:00
jeffman e5d66eb8ba Added more pixel X resets 2017-03-18 17:10:45 -04:00
jeffman 3a3f9c2d78 Added PSI name display hacks 2017-03-18 14:43:57 -04:00
jeffman d263577eb4 Added PSI window hacks 2017-03-18 13:38:32 -04:00
jeffman 12b2ea153b Redraw main menu when exiting PSI target window 2017-03-18 12:47:40 -04:00
jeffman f567ea186a Fixed equip erasing bug 2017-03-18 12:10:04 -04:00
jeffman 69dcd8ec49 Added equip window hacks 2017-03-17 21:22:35 -04:00
jeffman 40c369773c Removed unnecessary stack copy 2017-03-17 21:22:18 -04:00
jeffman e4f3784ef3 Clear offense/defense numbers when moving on equip screen 2017-03-17 21:21:45 -04:00
jeffman 7329bcef6b Only re-render PSI help on button press
Without this, the game will constantly try to clear+render the whole PSI
help window per frame which causes extreme lag and tearing.
2017-03-17 00:56:41 -04:00
jeffman db21533c21 Clear out the PSI window when switching classes (status sub-window) 2017-03-17 00:55:47 -04:00
jeffman f9c5fc4ad8 Added status window switching hacks 2017-03-16 20:32:11 -04:00
jeffman 97785a8059 Added status window hacks 2017-03-14 00:06:36 -04:00
jeffman 4886e4a6e6 Added C8FFC hacks 2017-03-14 00:05:02 -04:00
jeffman 97be1a635c Added pixel X reset on newline 2017-03-13 13:53:55 -04:00
jeffman d20ee7a3b2 Added some more PSI stuff 2017-03-13 13:53:12 -04:00
jeffman 7551009bef Added some notes 2017-03-12 17:33:47 -04:00
jeffman e93eef03a2 Added some equip window stuff 2017-03-11 13:30:08 -05:00
jeffman 8f94970a1c Forgot to compare equipment indices with 0 2017-03-10 23:52:37 -05:00
jeffman 193301c777 Added some Equip stuff
Mainly this makes the game only print (None) if there's no equipment.
Previously it would always print (None) for all four slots, and *then*
print the equipment names over top.
2017-03-10 23:43:04 -05:00
jeffman be389dc50c Added an X reset for m2_printstr 2017-03-10 23:41:45 -05:00
jeffman c67addbe08 Added window-clearing routine 2017-03-10 18:40:47 -05:00
jeffman 674942a6d9 Added back some VWF code 2017-03-09 13:16:37 -05:00