What is the repeating pattern at $80(TOEJAMS_XPOS)?

Issue #7 new
Ryan fae Scotland repo owner created an issue

Inside SetRAMIndexes there is a loop that starts at TOEJAMS_XPOS and then puts 0 into $5E(TOEJAMS_XPOS). It then increases it's offset by $80 and it's counter by 1 and puts 1 into that space, then again for 2, and 3 and so on all the way upto (but not including) $28 (however it is still $28 times since it does it on the "0th" time round too").

What are these $28 (40 dec) offsets for?

Comments (3)

  1. Ryan fae Scotland reporter

    They seem to be “entity” data (aka sprites but more than just the graphics, they are pointers to the various data and state of the given entity)

  2. Log in to comment