3 ***DISCLAIMER***: _These notes are from the defunct k8 project which_
4 _precedes SquirrelJME. The notes for SquirrelJME start on 2016/02/26!_
5 _The k8 project was effectively a Java SE 8 operating system and as such_
6 _all of the notes are in the context of that scope. That project is no_
7 _longer my goal as SquirrelJME is the spiritual successor to it._
11 Currently stuck on some corruption, the Moon class is read from the ZIP file
12 correctly but eventually some of the bits transform into 0x53706C69 at the
13 start. That number is always the same however. Should not occur but it does,
14 however I will ignore it for now as the Moon class will just be deleted in the
15 future anyway. Once I have class translation done I will determine the actual
20 Since the mutator was going to end up being the same as Logical, I am just
21 going to fix logical and use a better system instead.
25 Going to split the logical stuff to other classes in the same package and then
26 simplify them greatly since they all just contain duplicate information
31 Actually figured out the bug, it appears that it attempted to load by blank
32 font data as a class file.